jiangqucheng / torch-mlir-hwacc

Torch-MLIR to HWACC
Other
0 stars 0 forks source link

Implement Hwacc Backend Lib, Expose call func #6

Open jiangqucheng opened 9 months ago

jiangqucheng commented 9 months ago
  1. add hw impl as external module
  2. implement gemm operation
  3. parse input descriptor and utilize what we got
  4. compile, encapsulate, and expose function symbol in .so
jiangqucheng commented 9 months ago

Success in compile

image

jiangqucheng commented 9 months ago

Library exports call symbol

image