Skip to content

Commit

Permalink
[C] Suppress 128-D warning from cudnn-frontend (#1158)
Browse files Browse the repository at this point in the history
suppress 128D warning from cudnn-frontend

Signed-off-by: Charlene Yang <[email protected]>
  • Loading branch information
cyanguwa committed Sep 5, 2024
1 parent 215db88 commit 206c1d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions transformer_engine/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ set_source_files_properties(fused_softmax/scaled_masked_softmax.cu
COMPILE_OPTIONS "--use_fast_math")
set(CMAKE_CUDA_FLAGS "${CMAKE_CUDA_FLAGS} --expt-relaxed-constexpr")
set(CMAKE_CUDA_FLAGS "${CMAKE_CUDA_FLAGS} -O3")
set(CMAKE_CUDA_FLAGS "${CMAKE_CUDA_FLAGS} -diag-suppress 128")

# Number of parallel build jobs
if(ENV{MAX_JOBS})
Expand Down

0 comments on commit 206c1d9

Please sign in to comment.