Skip to content

Commit

Permalink
remove NOT rocm check from gen_ai compile
Browse files Browse the repository at this point in the history
  • Loading branch information
acoskunses-AMD committed Sep 12, 2024
1 parent 1f166ba commit a5f11c8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions fbgemm_gpu/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,6 @@ if(NOT FBGEMM_CPU_ONLY)
add_subdirectory(experimental/gemm)
endif()

if(NOT FBGEMM_CPU_ONLY AND NOT USE_ROCM)
# CUTLASS currently doesn't build on ROCm and CK hasnt yet been added:
#
# 2024-05-06T23:09:35.5730483Z /__w/FBGEMM/FBGEMM/fbgemm_gpu/../external/cutlass/include/cutlass/half.h:73:10: fatal error: 'cuda_fp16.h' file not found
# #include <cuda_fp16.h>
#
if(NOT FBGEMM_CPU_ONLY)
add_subdirectory(experimental/gen_ai)
endif()

0 comments on commit a5f11c8

Please sign in to comment.