Bryce Allen
Bryce Allen
Note that for some reason the gtensor specified AssignN kernel names no longer work with the additional template parameter on sycl ext complex type; the name is missing the void...
While much of gtensor is type independent, the extension libraries like gt-blas, gt-fft, gt-solver, and the complex helpers, have some type specific details that may need to be modified to...
If a `stream` or `stream_view` object is const, it becomes useless, as no methods will be allowed. This came up in GENE where there is a helper class which has...
The current caching allocator has a separate cache per instance of the class, which is templated on ``. Separate per space is necessary, but per-type is not. It would be...
There are some backend / hardware combinations where a launch kernel doing a simple 1d operations, like `a[i] = 2 * b[i]`, is faster than the equivalent gtensor expression, `a...
The bbfft (https://github.com/intel/double-batched-fft-library) backend has a performance advantage on some Intel GPU platforms, over the default oneMKL backend. bbfft has an OpenCL backend, it would be interesting to see if...
What issues remain that we want to include in a 0.1 release, that could be packages in spack and included with e4s?