You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having an issue where I can't add Cthulhu to an environment in the Julia 1.9 32-bit version (1.9~x86 channel on juliaup). It seems like it's the precompilation step that's failing. I've copied the results from trying to add and precompile Cthulhu down below.
For context, I'm hoping to use Cthulhu to resolve a type issue I encountered while trying to use GPUCompiler to compile a function down to WASM based on the approached taken by @Alexander-Barth's FluidSimDemo-WebAssembly -- that's the only reason I'm using the 32-bit x86 release. I think Cthulhu is exactly the tool I need to track down this other type issue so I hope there's a way to get it to work on the x86 release!
I'm having an issue where I can't add Cthulhu to an environment in the Julia 1.9 32-bit version (
1.9~x86
channel onjuliaup
). It seems like it's the precompilation step that's failing. I've copied the results from trying to add and precompile Cthulhu down below.For context, I'm hoping to use Cthulhu to resolve a type issue I encountered while trying to use GPUCompiler to compile a function down to WASM based on the approached taken by @Alexander-Barth's FluidSimDemo-WebAssembly -- that's the only reason I'm using the 32-bit x86 release. I think Cthulhu is exactly the tool I need to track down this other type issue so I hope there's a way to get it to work on the x86 release!
Here's the error I'm seeing:
Seems to run just fine on 1.9 and 1.10 (64-bit) on my computer so it seems like this is a 32-bit-specific problem.
The text was updated successfully, but these errors were encountered: