Unverified Commit 206c1d92 authored by Charlene Yang's avatar Charlene Yang Committed by GitHub
Browse files

[C] Suppress 128-D warning from cudnn-frontend (#1158)



suppress 128D warning from cudnn-frontend
Signed-off-by: default avatarCharlene Yang <8636796+cyanguwa@users.noreply.github.com>
parent 215db88d
......@@ -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})
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment