We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f181ef commit 06ad50bCopy full SHA for 06ad50b
numcu/include/numcu.h
numcu/src/numcu.cu
@@ -4,7 +4,6 @@
4
* Copyright (2022) Casper da Costa-Luis
5
*/
6
#include "elemwise.h" // div, mul, add
7
-#include "numcu.h" // LOGDEBUG
8
#include <pybind11/pybind11.h> // pybind11
9
#include <pycuvec.cuh> // CUDA_PyErr
10
tests/test_cmake.py
@@ -3,7 +3,7 @@
3
def test_includes():
assert nc.include_path.is_dir()
- assert {i.name for i in nc.include_path.iterdir()} == {'elemwise.h', 'numcu.h'}
+ assert {i.name for i in nc.include_path.iterdir()} == {'elemwise.h'}
def test_cmake_prefix():
0 commit comments