Three Lee

Results 2 issues of Three Lee

I run `./configure' and everything is okay. but during make, it show up errors and warnings. system: Ubuntu 12.04 64bit gcc: 4.8.4 ``` [three@ubuntu(2): libfcgi-master]$ make make all-recursive make[1]: Entering...

#### 1. switch off nvidia mma accelearte in `triton` project `third_party/nvidia/backend/compiler.py`, delete `passes.ttgpuir.add_accelerate_matmul(pm)` to swich off mma, use fma instead. #### 2. use fp16 as dot accumulate data type in...