Skip to content

Commit 6d4ddbb

Browse files
committed
GPU: Move GPU standalone benchmark to more reasonable folder
1 parent aa893c9 commit 6d4ddbb

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed
File renamed without changes.
File renamed without changes.

GPU/GPUTracking/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,6 @@ endif()
484484

485485
if(ALIGPU_BUILD_TYPE STREQUAL "O2" OR ALIGPU_BUILD_TYPE STREQUAL "Standalone")
486486
if(NOT ${CMAKE_SYSTEM} MATCHES Darwin AND (NOT GPUCA_EVENT_DISPLAY OR (GLUT_FOUND AND GLEW_FOUND AND X11_FOUND)))
487-
add_subdirectory(Standalone/Benchmark)
487+
add_subdirectory(Benchmark)
488488
endif()
489489
endif()
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../Benchmark

0 commit comments

Comments
 (0)