tshort / StaticCompiler.jl

Compiles Julia code to a standalone library (experimental)
Other
490 stars 31 forks source link

Gpucompiler basic #49

Closed el-oso closed 3 years ago

el-oso commented 3 years ago

A few tests run fine on the REPL, but fail when executed when ] test no idea why.

tshort commented 3 years ago

@el-oso, I can reproduce the tests that work in the REPL but fail in tests. Something's up when running in a @testset. If I pull the test out of a testset, it works fine. The module generated is much different inside a testset. I have no idea why.