-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
Signed-off-by: Joseph Schuchart <[email protected]>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -254,7 +254,7 @@ struct DeviceTensor : public ttg::TTValue<DeviceTensor<_T, _Range, _Storage>> | |
}; | ||
|
||
using scalar_t = double; | ||
#if defined(TTG_HAVE_CUDA) || defined(TTG_HAVE_HIPBLAS) || defined(TTG_HAVE_LEVEL_ZERO) | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
devreal
Author
Contributor
|
||
#if defined(TTG_HAVE_CUDA) || defined(TTG_HAVE_HIPBLAS) | ||
using blk_t = DeviceTensor<scalar_t, btas::DEFAULT::range, | ||
btas::mohndle<btas::varray<scalar_t, TiledArray::device_pinned_allocator<scalar_t>>, | ||
btas::Handle::shared_ptr>>; | ||
|
what needs to happen to support level zero in TA?