Bolt is a C++ template library optimized for GPUs. Bolt provides high-performance library implementations for common algorithms such as scan, reduce, transform, and sort.
Other
372
stars
65
forks
source link
Problems coaxing CMake to not include 32-bit compiler flags. #223
Just as the title says, I'm having trouble convincing CMake to let go of the -m32 compiler flag. Everything is working except for that one crucial hangup.
I'm using CMake-3.0.
I've tried to manually edit the CMAKE_CXX_COMPILER and CMAKE_EXE_LINKER variables from the command line with little success.
Just as the title says, I'm having trouble convincing CMake to let go of the -m32 compiler flag. Everything is working except for that one crucial hangup.
I'm using CMake-3.0.
I've tried to manually edit the CMAKE_CXX_COMPILER and CMAKE_EXE_LINKER variables from the command line with little success.
Any assistance would be most well received.