try int64_t on frontier

This commit is contained in:
Carl Pearson
2023-12-06 18:10:39 -05:00
parent ecb4053a6d
commit 2f70fdc726

View File

@@ -43,6 +43,9 @@ cmake -S "$KERNELS_SRC" -B "$KERNELS_BUILD" \
-DKokkosKernels_ENABLE_BENCHMARK=ON \
-DKokkosKernels_ENABLE_TPL_ROCSPARSE=ON \
-DKokkosKernels_ENABLE_TPL_ROCBLAS=ON \
-DKokkosKernels_INST_OFFSET_INT=OFF \
-DKokkosKernels_INST_OFFSET_INT64_T=ON \
-DKokkosKernels_INST_OFFSET_SIZE_T=OFF \
|& tee "$LOG_DIR/kernels-config.log"
## Build Kernels