Jan "yenda" Trmal
Jan "yenda" Trmal
great, thanks for the report, closing this issue
yeah, I think we would be happy to merge this y. On Sat, Oct 12, 2024 at 8:12 PM __Rylex__ ***@***.***> wrote: > I followed the very old instructions to...
Hi, thank you, will try to get to this this week y. On Wed, Oct 16, 2024 at 7:39 AM __Rylex__ ***@***.***> wrote: > @jtrmal PTAL at the changes as...
I'm sorry I don't see any question. Y. On Wed, Oct 16, 2024 at 19:07 __Rylex__ ***@***.***> wrote: > Could you answer my question so I can work on it?...
would you be willing to make tests runnable? at least the ones from directories you need to compile online2? I'm not sure how much work that would be, ideally running...
@msqr1 I have a comment regarding your guide at https://github.com/msqr1/kaldi-wasm2/tree/main -- In the line ``` CC=emcc HOSTCC=clang-20 TARGET=RISCV64_GENERIC USE_THREAD=0 NO_SHARED=1 BINARY=32 BUILD_SINGLE=1 BUILD_DOUBLE=1 BUILD_BFLOAT16=0 BUILD_COMPLEX16=0 BUILD_COMPLEX=0 CFLAGS='-fno-exceptions -fno-rtti' make -j$(nproc)...
I was able to compile openblas using ``` CC=emcc HOSTCC=gcc TARGET=RISCV64_GENERIC USE_THREAD=0 NO_SHARED=1 NOFORTRAN=1 BINARY=64 BUILD_SINGLE=1 BUILD_DOUBLE=1 BUILD_BFLOAT16=0 BUILD_COMPLEX16=0 BUILD_COMPLEX=0 CFLAGS='-fno-exceptions -fno-rtti' make -j$(nproc) ``` * setting NOFORTRAN=1 was important...
Ah, thanks for explanation, that makes sense. Y. On Tue, Oct 22, 2024 at 17:56 __Rylex__ ***@***.***> wrote: > @jtrmal > > In the line > > CC=emcc HOSTCC=clang-20 TARGET=RISCV64_GENERIC...
You don't have to write anything -- perhaps just compile and run one from the *-test.cc in directory nnet2? Maybe nnet-example-functions-test.cc but really up to you? nnet2 is a directory...
Feel free to hardcode everything into the "wasm-text" target if you choose to go that route -- the purpose is not to bog you down but essentially have some example...