You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A variant accepts memref as base pointer and an offset instead of scattered TensorTdesc. It combines "create scattered TensorTdesc" and "prefetch with scattered TensorTdesc". The source operand could be a raw pointer (uint64_t). Please refer to create_tdesc for the restriction of memref.
640
+
A variant accepts memref as base pointer and an offset instead of scattered TensorTdesc.
641
+
It combines "create scattered TensorTdesc" and "prefetch with scattered TensorTdesc".
642
+
The source operand could be a raw pointer (uint64_t).
643
+
Please refer to create_tdesc for the restriction of memref.
A variant accepts memref as base pointer and an offset instead of scattered TensorTdesc. It combines "create scattered TensorTdesc" and "load with scattered TensorTdesc". The source operand could be a raw pointer (uint64_t). Please refer to create_tdesc for the restriction of memref.
737
+
A variant accepts memref as base pointer and an offset instead of scattered TensorTdesc.
738
+
It combines "create scattered TensorTdesc" and "load with scattered TensorTdesc".
739
+
The source operand could be a raw pointer (uint64_t). Please refer to create_tdesc
A variant accepts memref as base pointer and an offset instead of scattered TensorTdesc. It combines "create scattered TensorTdesc" and "store with scattered TensorTdesc". The dest operand could be a raw pointer (uint64_t). Please refer to create_tdesc for the restriction of memref.
848
+
A variant accepts memref as base pointer and an offset instead of scattered TensorTdesc.
849
+
It combines "create scattered TensorTdesc" and "store with scattered TensorTdesc".
850
+
The dest operand could be a raw pointer (uint64_t).
851
+
Please refer to create_tdesc for the restriction of memref.
0 commit comments