Skip to content
Snippets Groups Projects
Commit 3d3f07e4 authored by Yifan Zhao's avatar Yifan Zhao
Browse files

Fixed a typo in tensor runtime CUDA reg count

parent ee8b0d97
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ function(add_tensor_runtime target_name)
set_property(TARGET ${target_name} PROPERTY CUDA_ARCHITECTURES 60)
target_compile_options(
${target_name} PRIVATE
$<$<COMPILE_LANGUAGE:CUDA>:--expt-relaxed-constexpr -maxrregcount 3>
$<$<COMPILE_LANGUAGE:CUDA>:--expt-relaxed-constexpr -maxrregcount 32>
$<$<AND:$<COMPILE_LANGUAGE:CUDA>,$<CONFIG:DEBUG>>:-lineinfo -Xcompiler -ggdb>
$<$<COMPILE_LANGUAGE:CUDA>:-Xcompiler=${OpenMP_CXX_FLAGS}>
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment