Skip to content

Commit

Permalink
Remove opencl test code #1
Browse files Browse the repository at this point in the history
  • Loading branch information
jurihock committed Jan 2, 2023
1 parent 51042fd commit c65cd70
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 323 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ else()
endif()

include("${CMAKE_CURRENT_LIST_DIR}/lib/cpm.cmake")

include("${CMAKE_CURRENT_LIST_DIR}/lib/opencl.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/lib/qt.cmake")

include("${CMAKE_CURRENT_LIST_DIR}/lib/cxxopts.cmake")
Expand Down
43 changes: 0 additions & 43 deletions lib/opencl.cmake

This file was deleted.

2 changes: 0 additions & 2 deletions src/voyx/Voyx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

#include <voyx/dsp/BypassPipeline.h>
#include <voyx/dsp/InverseSynthPipeline.h>
#include <voyx/dsp/OpenclTestPipeline.h>
#include <voyx/dsp/RobotPipeline.h>
#include <voyx/dsp/SdftTestPipeline.h>
#include <voyx/dsp/SlidingVoiceSynthPipeline.h>
Expand Down Expand Up @@ -178,7 +177,6 @@ int main(int argc, char** argv)

// auto pipe = std::make_shared<BypassPipeline>(source, sink);
// auto pipe = std::make_shared<InverseSynthPipeline>(samplerate, framesize, hopsize, source, sink, observer, plot);
// auto pipe = std::make_shared<OpenclTestPipeline>(samplerate, framesize, dftsize, source, sink);
// auto pipe = std::make_shared<RobotPipeline>(samplerate, framesize, dftsize, source, sink, observer, plot);
auto pipe = std::make_shared<SdftTestPipeline>(samplerate, framesize, dftsize, source, sink, observer, plot);
// auto pipe = std::make_shared<SlidingVoiceSynthPipeline>(samplerate, framesize, dftsize, source, sink, observer, plot);
Expand Down
143 changes: 0 additions & 143 deletions src/voyx/dsp/OpenclTestPipeline.cpp

This file was deleted.

125 changes: 0 additions & 125 deletions src/voyx/dsp/OpenclTestPipeline.h

This file was deleted.

8 changes: 0 additions & 8 deletions src/voyx/voyx.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ target_link_libraries(voyx
easyloggingpp
fmt
mlinterp
opencl
openmp
pocketfft
qcustomplot
Expand Down Expand Up @@ -60,10 +59,3 @@ if (UI)
PRIVATE VOYXUI)

endif()

if (OPENCL)

target_compile_definitions(voyx
PRIVATE VOYXOPENCL)

endif()

0 comments on commit c65cd70

Please sign in to comment.