intel / graph-compiler

MLIR-based toolkit targeting intel heterogeneous hardware
Apache License 2.0
32 stars 15 forks source link

Provide a solution to incorrect kernel address space issue #229

Closed kurapov-peter closed 1 month ago

kurapov-peter commented 3 months ago

SIMT path lacks proper address spaces on the argument pointers. This is to add the appropriate memref attributes to the kernel arguments.

lmontigny commented 1 month ago

on LLVM github, wait for LLVM to approve it (iteration 7)

kurapov-peter commented 1 month ago

done in https://github.com/llvm/llvm-project/pull/105664