Vito Plantamura
Vito Plantamura
Risc-V compilation fails with "c++: error: '-march=native': ISA string must begin with rv32 or rv64"
hi, as you wrote, to solve the problem of GCC hanging, simply add some swap space. For the "Illegal Instruction" problem, can you try deleting the build directory and rerunning...
Risc-V compilation fails with "c++: error: '-march=native': ISA string must begin with rv32 or rv64"
Thanks for your patience: from the --ops-printf output, it's clear that this is an XNNPACK issue. Can you try specifying "-DXNNPACK_ENABLE_RISCV_VECTOR=OFF" when you run cmake (when building XNNPACK)? Ie: cmake...
Risc-V compilation fails with "c++: error: '-march=native': ISA string must begin with rv32 or rv64"
Awesome! The need to specify "--rpi" is due to the fact that this particular processor does not support native fp16 arithmetic. Vito
hi, this happens when the directory specified in the command before the one that gives this error is incorrect. Judging from your screenshot, it should be `-DXNNPACK_DIR=/home/mike/XNNPACK` You can rerun...
hi, Thanks for having reported this. Python3 is a (relatively) new requirement for building XNNPACK. I just committed the fix. Thank you, Vito
hi @vmobilis , I have only tried with SDXL Turbo, and for some reason your weights are different from mine (for the UNET model only). The weights on HuggingFace are...
yes, those files (the nchw ones) could be deleted by HF without any problems, since they are not used. The problem is that XNNPACK supports NHWC layout, while ONNX supports...
hi, Try redownloading the weights by specifying the "--download" option. You only need to download them once, so the "--download" option should only be added on the first run. Vito
hi Everyone, In my fork of the imbushuo driver, we are trying to support the USB-C Magic Trackpad 2 (no bluetooth): https://github.com/vitoplantamura/MagicTrackpad2ForWindows For the installation we are testing different solutions,...
hey, thanks for this PR. Your work inspired me to create a "more complete" version of the imbushuo driver, with a Control Panel, haptic feedback control and more options to...