Skip to content

Commit

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

This reverts commit 206c1d9.

Signed-off-by: Kirthi Shankar Sivamani <[email protected]>
  • Loading branch information
ksivaman authored Sep 5, 2024
1 parent 206c1d9 commit bdea56f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion transformer_engine/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ 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 bdea56f

Please sign in to comment.