Skip to content

Commit

Permalink
Kokkos Kernels: change the default offset ETI from size_t to int (#2140)
Browse files Browse the repository at this point in the history
This change makes it easier for customer to leverage TPL support
which almost always requires offset=int, ordinal=int to be enabled
meaning that no TPL support is available with our default ETI...
  • Loading branch information
lucbv committed Mar 14, 2024
1 parent f4549f2 commit 3a5498d
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 ${KOKKOSKERNELS_ADD_DEFAULT_ETI})
SET(KOKKOSKERNELS_INST_OFFSET_INT_DEFAULT OFF)
SET(KOKKOSKERNELS_INST_OFFSET_SIZE_T_DEFAULT OFF)
SET(KOKKOSKERNELS_INST_OFFSET_INT_DEFAULT ${KOKKOSKERNELS_ADD_DEFAULT_ETI})
SET(OFFSETS
OFFSET_INT
OFFSET_SIZE_T
Expand Down

0 comments on commit 3a5498d

Please sign in to comment.