Skip to content

kernel-builder: add CUDA capability detection for tvm-ffi builds#357

Open
danieldk wants to merge 1 commit intomainfrom
tvm-ffi-gpu-detect
Open

kernel-builder: add CUDA capability detection for tvm-ffi builds#357
danieldk wants to merge 1 commit intomainfrom
tvm-ffi-gpu-detect

Conversation

@danieldk
Copy link
Member

@danieldk danieldk commented Mar 14, 2026

Make the CMake build to detect the CUDA capability of the GPU by default. This speeds up builds when developing, since we only need to compile for a single capability. Kernels still get built for the full of capabilities when doing a regular kernel build, since it passes BUILD_ALL_SUPPORTED_ARCHS=ON.

Fixes #354.

Make the CMake build to detect the CUDA capability of the GPU by
default. This speeds up builds when developing, since we only need to
compile for a single capability. Kernels still get built for the full
of capabilities when doing a regular kernel build, since it passes
`BUILD_ALL_SUPPORTED_ARCHS=ON`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add tvm-ffi CUDA capability detection (for devshells)

1 participant