- Add cu128/cu130 build matrix to release workflow - Parametrize Dockerfile and docker-compose with CUDA_TAG build arg - Allow csrc/ and setup.py in docker context via .dockerignore - Add nvcc/torch CUDA version mismatch preflight warning in setup.py - Add cuda_toolkit_version() helper in csrc/build.py - Use at::IntArrayRef explicitly to fix ATen overload ambiguity - Guard kernels with CUDART_VERSION >= 11020 check - Remove invalid [tool.pip] section from pyproject.toml
12 lines
117 B
Plaintext
12 lines
117 B
Plaintext
# Ignore everything
|
|
*
|
|
|
|
# Allow necessary files
|
|
!astrai/
|
|
!scripts/
|
|
!docs/
|
|
!csrc/
|
|
!setup.py
|
|
!pyproject.toml
|
|
!README.md
|