Skip to content

Install scripts always dismiss some build configurations. #1747

@watamario15

Description

@watamario15

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 to Release by set(CMAKE_BUILD_TYPE "Release") and making CPUINFER_BUILD_TYPE env var useless.
  • In install.sh, CPUINFER_PARALLEL is set to 8 by default. But setup.py already has an infrastructure to automatically set the core count (detect_parallel_jobs()) which never gets triggered.
  • In install.sh, CPUINFER_VERBOSE is 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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions