chore: bump version to 1.3.9

This commit is contained in:
2026-07-12 21:04:20 +08:00
parent 21871197d7
commit 8f89c82d55
3 changed files with 73 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ def _arch_flags() -> list[str]:
_kernels_dir = Path("csrc/kernels")
REGISTRY: dict[str, dict] = {}
CXX_FLAGS = ["-O3", "-march=native", "-funroll-loops"]
CXX_FLAGS = ["-O3", "-funroll-loops"]
NVCC_FLAGS = [
"-O3",
"--expt-relaxed-constexpr",