Abhishek Bagusetty

Results 44 comments of Abhishek Bagusetty

> On chrysalis, homme build fails with 5) intel-mkl/2020.4.304-g2qaxzf 4) intel/20.0.4-kodw73g because of lapack calls `undefined reference to `dgemm_'` etc. @abagusetty would you want to revert mkl flag, and i...

Any update on this long standing issue, looks like this also has implications with the use of `device_global` extension.

Looks like a PR is in place: https://github.com/oneapi-src/SYCLomatic/pull/2646

@ndgrigorian We’re hitting the `dpt.asnumpy(order="C")` gap when converting F-contiguous intermediate tensors coming out of transposed stacks, and it’s now on the critical path for our GPU4PySCF project on ALCF urora....

Thanks for the update and expected timeline. Appreciate for prioritizing this

With the cupy's equivalent results in: (`slice1` & `plane1` are the same) ``` arena ptr : 0x7fa474800000 slice1 ptr: 0x7fa4748c0000 plane1 ptr: 0x7fa4748c0000 EXPECT plane1.ptr == slice1.ptr: True ``` With...

@jinz2014 Looks like one would have to (a) enable the extension explicitly, (b) had to include the header manually, (c) Use the expt name space function APIs For instance, ```c++...

Just curious, if there is any new info on this issue

@bratpiorka Thanks for taking time and looking into this one. Appreciate that. When I updated the compiler version to https://github.com/intel/llvm/commit/e3f95c0105c2a82c349085517d5ba56105b7dcc7 I did observe a different error though. This was just...