Skip to content

Commit 06ad50b

Browse files
committed
drop numcu.h
1 parent 9f181ef commit 06ad50b

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

numcu/include/numcu.h

Lines changed: 0 additions & 11 deletions
This file was deleted.

numcu/src/numcu.cu

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* Copyright (2022) Casper da Costa-Luis
55
*/
66
#include "elemwise.h" // div, mul, add
7-
#include "numcu.h" // LOGDEBUG
87
#include <pybind11/pybind11.h> // pybind11
98
#include <pycuvec.cuh> // CUDA_PyErr
109

tests/test_cmake.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
def test_includes():
55
assert nc.include_path.is_dir()
6-
assert {i.name for i in nc.include_path.iterdir()} == {'elemwise.h', 'numcu.h'}
6+
assert {i.name for i in nc.include_path.iterdir()} == {'elemwise.h'}
77

88

99
def test_cmake_prefix():

0 commit comments

Comments
 (0)