tshort / StaticCompiler.jl

Compiles Julia code to a standalone library (experimental)
Other
499 stars 30 forks source link

Upgrade to GPUCompiler v0.19 #113

Closed tshort closed 1 year ago

tshort commented 1 year ago

GPUCompiler no longer prepends "julia_". I kept that approach in this update.

brenhinkeller commented 1 year ago

Oh awesome!

brenhinkeller commented 1 year ago

Was it easy enough to integrate that with the demangle kwarg / should we add that option in more places?

tshort commented 1 year ago

I'll have to look into the demangle option more. I'm not sure that's handled right.

brenhinkeller commented 1 year ago

Yeah, I think it's not in the test suite it's probably not handled right for a couple GPUCompiler versions.. but could fix that later if you want to merge this!

tshort commented 1 year ago

Okay, we'll go with the merge now and look at demangle later.

tshort commented 1 year ago

Also, we could/should tag...