lethean1

Results 7 comments of lethean1

> I got the error: !!!! kernel execution error. (m: 256, n: 256, k: 64, error: 13) !!!! kernel execution error. (batch: 48, m: 64, n: 256, k: 256, error:...

I used the hand-made heat-3d mlir, and I wanted to use the polymer to optimize it. the mlir file is as follow: ``` #map = affine_map (s0 - 1)> module...

The whole compilation process is as follow: ``` ./bin/polymer-opt --demote-loop-reduction --extract-scop-stmt --pluto-opt='parallelize=1' --inline --canonicalize in.mlir 2>/dev/null > out.mlir ``` ``` mlir-opt -affine-parallelize -lower-affine -convert-scf-to-openmp -convert-scf-to-std -convert-openmp-to-llvm out.mlir | mlir-translate -mlir-to-llvmir...

I got the different schedule from the provided docker and my newer verison(updated polymer). This is the point of my confusion. I used the same instruction and almost same input(only...

or can you update your Polygeist-Script project?

Have you achieved tensor parallelism now?