Commit de6a9fd7 authored by rusty1s's avatar rusty1s
Browse files

fixed unique install

parent 8f8398e5
......@@ -17,7 +17,9 @@ if torch.cuda.is_available():
'spspmm_cuda',
['cuda/spspmm.cpp', 'cuda/spspmm_kernel.cu'],
extra_link_args=['-lcusparse', '-l', 'cusparse'],
)
),
CUDAExtension('unique_cuda',
['cuda/unique.cpp', 'cuda/unique_kernel.cu']),
]
cmdclass['build_ext'] = BuildExtension
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment