File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1414CXX=" clang++-18"
1515# TARGET="fdist"
1616TARGET=" cullum_vicente"
17- BUILD_DIR=" ./builddir/host "
17+ BUILD_DIR=" ./builddir/test "
1818
1919SRC_BD=" /home_pers/casale/Documents/thesis/udf_models"
2020SRC=" $SRC_BD /$TARGET .cpp"
Original file line number Diff line number Diff line change 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' })
You can’t perform that action at this time.
0 commit comments