Skip to content
Snippets Groups Projects
Commit 11496c21 authored by Thomas Müller's avatar Thomas Müller
Browse files

Don't explicitly enable F16C instructions

parent e46dfb19
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,6 @@ set(CMAKE_CUDA_RUNTIME_LIBRARY Shared)
if (MSVC)
list(APPEND CUDA_NVCC_FLAGS "-Xcompiler=/bigobj")
else()
list(APPEND CUDA_NVCC_FLAGS "-Xcompiler=-mf16c")
list(APPEND CUDA_NVCC_FLAGS "-Xcompiler=-Wno-float-conversion")
list(APPEND CUDA_NVCC_FLAGS "-Xcompiler=-fno-strict-aliasing")
list(APPEND CUDA_NVCC_FLAGS "-Xcompiler=-fPIC")
......
Subproject commit 7e6c0b886b6378d12552ecdacfceaf27b04ea7bb
Subproject commit b242f6e4ed6a09f39adc7fa4f98ac305ed987fde
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