Shuhei Kadowaki
Shuhei Kadowaki
Please follow the installation instructions described in README -- then your JET version should be pinned to v0.4.5.
What `] st` outputs in notebook?
ok, that sounds weird. Will look into this issue.
Added a TODO comment, and I'm planning to merge this soon.
I plan to address that in the future. Practically I don't think any issues will arise with this commit as it is.
This PR breaks one of the test cases in #49119, but that case might not be very important in reality. That is because if function `f` calls `Core.Compiler.return_type(g, ...)`, it...
That sounds exactly like the requirements for `:consistent_overlay`. Can you explain how that version is considered weaker?
Ah, did you mean `@overlay NAN_MATH_TABLE log(x) = x < 0 ? NaN : log(x)`, right? We can create such a `:nonoverlay` effect bit (, which allows concrete evaluation with...
> I think it makes more sense as an option to the `@overlay` macro. I agree. I've created a new `@consistent_overlay` macro and included a thorough documentation.
> Using `@consistent_overlay` instead of `@overlay` doesn't seem sufficient to fix the issues in [JuliaGPU/CUDA.jl#2241 (comment)](https://github.com/JuliaGPU/CUDA.jl/issues/2241#issue-2086184007). Some have been fixed on 1.12 regardless of this PR, but one that remains:...