Skip to content

Commit

Permalink
Revert "Kokkos Kernels: change the default offset ETI from size_t to …
Browse files Browse the repository at this point in the history
…int (#2140)"

This reverts commit 3a5498d.
  • Loading branch information
ndellingwood committed Mar 19, 2024
1 parent 2c3ffb2 commit 329feb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/kokkoskernels_eti_offsets.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SET(KOKKOSKERNELS_INST_OFFSET_SIZE_T_DEFAULT OFF)
SET(KOKKOSKERNELS_INST_OFFSET_INT_DEFAULT ${KOKKOSKERNELS_ADD_DEFAULT_ETI})
SET(KOKKOSKERNELS_INST_OFFSET_SIZE_T_DEFAULT ${KOKKOSKERNELS_ADD_DEFAULT_ETI})
SET(KOKKOSKERNELS_INST_OFFSET_INT_DEFAULT OFF)
SET(OFFSETS
OFFSET_INT
OFFSET_SIZE_T
Expand Down

0 comments on commit 329feb2

Please sign in to comment.