Cython tests need build instructions #244
Labels
cuda.bindings
Everything related to the cuda.bindings module
P0
High priority - Must do!
test
Addition or improved tests
Currently the Cython tests are segregated to test_cython and there are no instructions on how to build them.
Should we have a setup.py? Can we avoid it with a simply cythonize + command approach?
Need updates to README for how to build them and use them.
Also, would it be better to have a folder layout such that we have:
cuda_bindings/tests/python/*
for Python testscuda_bindings/tests/cython/*
for Cython testsThe text was updated successfully, but these errors were encountered: