Skip to content

Commit

Permalink
Delete file no longer needed, bench: 10657336
Browse files Browse the repository at this point in the history
  • Loading branch information
Vast342 committed Jun 8, 2024
1 parent 4172a77 commit 1e1b7ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 215 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ add_executable(Clarity_Native ${Common_SRC_Files} src/bmi2.cpp src/uci.cpp)

# data generator build
add_executable(Clarity_Datagen ${Common_SRC_Files} src/bmi2.cpp src/datagen.cpp)
add_executable(Clarity_WDL_Datagen ${Common_SRC_Files} src/bmi2.cpp src/wdldatagen.cpp)

target_compile_options(Clarity_x86-64-v1 PRIVATE -Wall -Wextra -Wpedantic -march=x86-64 -flto)
target_compile_options(Clarity_x86-64-v2 PRIVATE -Wall -Wextra -Wpedantic -march=x86-64-v2 -flto)
Expand All @@ -38,7 +37,6 @@ target_compile_options(Clarity_x86-64-v4 PRIVATE -Wall -Wextra -Wpedantic -march
target_compile_options(Clarity_Native PRIVATE -Wall -Wextra -Wpedantic -march=native -flto)

target_compile_options(Clarity_Datagen PRIVATE -Wall -Wextra -Wpedantic -march=native -flto)
target_compile_options(Clarity_WDL_Datagen PRIVATE -Wall -Wextra -Wpedantic -march=native -flto)

# making the entire binary need only itself to run, for ease of use
target_link_libraries(Clarity_x86-64-v1 -static)
Expand All @@ -49,7 +47,6 @@ target_link_libraries(Clarity_x86-64-v4 -static)
target_link_libraries(Clarity_Native -static)

target_link_libraries(Clarity_Datagen -static)
target_link_libraries(Clarity_WDL_Datagen -static)

target_compile_definitions(Clarity_x86-64-v1 PUBLIC NetworkFile="../src/cn_015.nnue")
target_compile_definitions(Clarity_x86-64-v2 PUBLIC NetworkFile="../src/cn_015.nnue")
Expand All @@ -59,4 +56,3 @@ target_compile_definitions(Clarity_x86-64-v4 PUBLIC NetworkFile="../src/cn_015.n
target_compile_definitions(Clarity_Native PUBLIC NetworkFile="../src/cn_015.nnue")

target_compile_definitions(Clarity_Datagen PUBLIC NetworkFile="../src/cn_015.nnue")
target_compile_definitions(Clarity_WDL_Datagen PUBLIC NetworkFile="../src/cn_015.nnue")
211 changes: 0 additions & 211 deletions src/wdldatagen.cpp

This file was deleted.

0 comments on commit 1e1b7ff

Please sign in to comment.