# pytorch_knn_cuda **Repository Path**: cheni/pytorch_knn_cuda ## Basic Information - **Project Name**: pytorch_knn_cuda - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-05-23 - **Last Updated**: 2024-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Pytorch KNN CUDA - 2019/11/02 This repository will no longer be maintained as pytorch supports `sort()` and `kthvalue` on tensors. ```shell git clone https://github.com/chrischoy/pytorch_knn_cuda cd pytorch_knn_cuda make python __init__.py ```