We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f26c181 + 8751c84 commit accec84Copy full SHA for accec84
2 files changed
README.md
@@ -33,7 +33,9 @@ Each operation is complete with a PyTorch-only reference implementation (and som
33
- Mixed-precision
34
- Scaled
35
- Vision
36
+ - BEVPool
37
- Non-Max Suppression (NMS)
38
+ - Voxelization
39
- vLLM
40
- KV cache operations
41
- Copy blocks
conch/_version.py
@@ -1,4 +1,4 @@
1
# Copyright 2025 Stack AV Co.
2
# SPDX-License-Identifier: Apache-2.0
3
4
-__version__ = "1.2.1"
+__version__ = "1.3"
0 commit comments