JhaShweta1

Results 10 comments of JhaShweta1

Hi, I tried it on Linux and it works. Let me try on windows (I presume you are using windows looking at your commands) and I will get back to...

Hi, I tried it on windows and it is working. For reference, my command to build arena_slot is _ > "C:\...\emsdk\upstream\emscripten\em++.bat -D__TBB_BUILD -D__TBB_DYNAMIC_LOAD_ENABLED=0 -D__TBB_SOURCE_DIRECTLY_INCLUDED=1 -D__TBB_USE_ITT_NOTIFY -I../src/tbb/../../include -DNDEBUG -O2 -std=c++2a -fPIC...

Please reopen this if you are still facing this issue.

Yes, oneTBB can compile without pthreads. You can try removing the line that you mentioned and [this](https://github.com/oneapi-src/oneTBB/blob/58653a3729f343c48fecb4809a894cd4ba0b8574/cmake/compilers/Clang.cmake#L19). Since, without this flag a few of our tests starts failing, it is...

Yes, we can create a cmake option. I will update this issue with the PR when we are ready with it.

'EMSCRIPTEN_WITHOUT_PTHREAD=true' should should compile without pthreads.

Hi, Did you face this issue with TBB prior to your porting to WASM? As you have said - it doesn't seem to be a WASM issue, but an inherent...

Hi, Yes, Please share reproducer and environment details. I tried a couple of things suggested by Emscripten previously but it didn't seem to work.

Hi, could you please share the details of the system you are using for your application. Were you able to find a workaround using other available mutexes?

Yes, we are able to access it. Thank you for reporting. We are looking into it.