You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make some minor fixes to JIT+LTO functionality (rapidsai#1896)
* Make it so that if a matrix file changes, CMake re-configures when attempting to rebuild. This puts matrix files on par with CMake files in triggering a re-configure.
* Don't build JIT+LTO kernels with debug symbols, as nvcc does not currently support LTO and debug symbols simultaneously.
Authors:
- Kyle Edwards (https://github.com/KyleFromNVIDIA)
Approvers:
- Divye Gala (https://github.com/divyegala)
URL: rapidsai#1896
0 commit comments