Skip to content

Commit

Permalink
#EDITS: fixes #108. removing sigproc methods for now
Browse files Browse the repository at this point in the history
  • Loading branch information
akielaries committed Feb 11, 2024
1 parent 55d5916 commit 7395f1d
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion include/linalg.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
#include "linalg/eigen.hpp"
#include "linalg/linsys.hpp"
#include "linalg/mtx.hpp"
#include "linalg/sigproc.hpp"
#include "linalg/svd.hpp"
#include "linalg/tensor.hpp"

Expand Down
1 change: 0 additions & 1 deletion modules/linalg/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ set(SOURCE_FILES
eigen.cpp
tensor.cpp
svd.cpp
sigproc.cpp
)

# compile OpenCL GPU accelerators into openGPMP binary written
Expand Down
2 changes: 0 additions & 2 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ set(CPP_SOURCES
../modules/linalg/mtx.cpp
../modules/linalg/tensor.cpp
../modules/linalg/svd.cpp
../modules/linalg/sigproc.cpp
../modules/ml/bayes_clf.cpp
../modules/ml/encoder.cpp
../modules/ml/mlp_network.cpp
Expand Down Expand Up @@ -67,7 +66,6 @@ set(CPP_TEST_FILES
linalg/t_matrix.cpp
linalg/t_eigen.cpp
linalg/t_linsys.cpp
linalg/t_sigproc.cpp
nt/t_cipher.cpp
nt/t_rc4.cpp
nt/t_primes.cpp
Expand Down

0 comments on commit 7395f1d

Please sign in to comment.