Benchmarks: Code Revision - Revise CMake files for microbenchmarks. (#196)
**Description** 1. Do `enable_language(CUDA)` before using `CMAKE_CUDA_COMPILER_VERSION` 2. use `cmake --install` to install target which will call `cmake -P cmake_install.cmake` instead of `make Makefile` to avoid issue `make: *** No rule to make target 'install'. Stop.`
Showing
Please register or sign in to comment