kalcohol

Results 8 comments of kalcohol

@Hank880223 请看一下 TIM-VX 文档的 iMX8MP 部分,编译过程做了一些修改,可以直接拉取最新代码; 文档链接:https://github.com/OAID/Tengine/blob/tengine-lite/doc/npu_tim-vx_user_manual_zh.md 此外 FAQ 部分有讲怎么查看 Galcore 的版本,我这边看到的版本是[6.4.3.p1.305572];列表的文件都是在 /usr/lib/ 下面的,具体必要的有: libGAL.so libNNGPUBinary.so libOpenCL.so libOpenVXU.so libVSC.so libCLC.so libNNArchPerf.so libNNVXCBinary.so libOpenVX.so libOvx12VXCBinary.so libArchModelSw.so 此外,我们是直接从 NXP 处拿到的 EVK,还不清楚怎么烧写 BSP,拿到的板子默认就是这样的,如果您知道怎么检查...

it seems we should push our company to buy at least one m1 to fix this issue...

Hi guys, i'm trying to build mlir at 17.01 and 17.02 using mingw & ninja, both version failed(successed at 15.0.7 & 16.0.6): ``` E:/projects/libraries/llvm-project-llvmorg-17.0.2/build-mingw64/tools/mlir/test/lib/Dialect/Test/TestOps.h.inc:40424:19: note: use unary '+' which decays...

> @kalcohol I have been able to build mlir with both CYGWIN and MinGW, although I got an issue at link time of some executables, as explained into #64150. On...

> @kalcohol if the latest cloned sources compile fine, then this is a good news. Probably, some changes must be imported into 17.x branch to make it working. > >...