Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compile time issue with minkowski distance
As explained in #1246 (comment), ptxas chokes on the minkowski distance when VecLen==4 and IdxT==uint32_t. This PR removes the veclen == 4 specialization for the minkowski distance.
- Loading branch information