-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Reminder
- I have read the above rules and searched the existing issues.
System Info
kt-kernel 0.5.0
Reproduction
I'm using kt-kernel and seeing some install settings are not treated correctly.
- In
CMakeLists.txt, the build configuration is forcefully set toReleasebyset(CMAKE_BUILD_TYPE "Release")and makingCPUINFER_BUILD_TYPEenv var useless. - In
install.sh,CPUINFER_PARALLELis set to8by default. Butsetup.pyalready has an infrastructure to automatically set the core count (detect_parallel_jobs()) which never gets triggered. - In
install.sh,CPUINFER_VERBOSEis defined, but it seems like it never gets referenced and always shows verbose build logs (pip install . -v).
Are these intended behavior?
Others
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working