From 318ea20f000d5e71cda64809d95622137bfee351 Mon Sep 17 00:00:00 2001 From: Eduard Valeyev Date: Tue, 1 Oct 2024 07:37:01 -0400 Subject: [PATCH] TiledArray/device/allocators.h -> TiledArray/external/device.h --- examples/spmm/devicetensor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/spmm/devicetensor.h b/examples/spmm/devicetensor.h index 4d0a7f1cf..d5a0f6d9f 100644 --- a/examples/spmm/devicetensor.h +++ b/examples/spmm/devicetensor.h @@ -10,7 +10,7 @@ #include #include #include -#include +#include #include "../devblas_helper.h" #include // need to initialize MADNESS purely for the purposes of TA allocators #else