Shuhei Kadowaki

Results 361 comments of Shuhei Kadowaki

Please update your packages version, JuliaInterpreter in particular.

@nanosoldier `runbenchmarks("inference", vs=":master")`

Wow, thanks so much for working on this!

JET v0.9 simply didn't report anything related to local variable defined-ness. JET v0.10 started to report it. I'd recommend tweaking the code so that the compiler can understand the defined-ness...

This issue is quite tricky.. Indeed, in such cases, a non-specialized signature is invoked as a result of inlining. Whether an unresolved call occurs in such situations requires checking the...

Are you using `report_package`? This will be fixed on JET v0.11.

Reproduced with my Zed Pro account as well..., Claude responds that it's sonnet 3.

I have confirmed that the original issue (https://github.com/JuliaLang/julia/issues/52938) has been fixed in `backports-release-1.11` with the following code: ```julia const CC = Core.Compiler using Core: MethodInstance, CodeInstance, CodeInfo, MethodTable ## interpreter...

@maleadt Can you share with me an example to run external abstract interpreter used CUDA.jl, in a way that doesn't require any CUDA driver installed?