Skip to content

Commit ea3f0e4

Browse files
committed
fix: typo
1 parent 8b77bb9 commit ea3f0e4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

devutils/udf_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
CXX="clang++-18"
1515
#TARGET="fdist"
1616
TARGET="cullum_vicente"
17-
BUILD_DIR="./builddir/host"
17+
BUILD_DIR="./builddir/test"
1818

1919
SRC_BD="/home_pers/casale/Documents/thesis/udf_models"
2020
SRC="$SRC_BD/$TARGET.cpp"

meson.build

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ else
151151
kokkos_option.add_cmake_defines({'CMAKE_BUILD_TYPE': CMAKE_TYPE})
152152
kokkos_option.add_cmake_defines({'Kokkos_ENABLE_OPENMP': 'ON'})
153153
kokkos_option.add_cmake_defines({'Kokkos_ENABLE_HWLOC': 'ON'})
154-
kokkos_option.add_cmake_defines({'Kokkos_ARCH_NATIVE': 'ON'})
155-
kokkos.option.add_cmake_defines({'Kokkos_ARCH_AVX2':'ON'})
156154
kokkos_option.add_cmake_defines({'CMAKE_POSITION_INDEPENDENT_CODE': 'ON'})
157155
kokkos_option.add_cmake_defines({'Kokkos_ENABLE_DEPRECATED_CODE_4': 'OFF'})
158156
kokkos_option.add_cmake_defines({'Kokkos_ENABLE_IMPL_VIEW_LEGACY': 'OFF'})

0 commit comments

Comments
 (0)