Xiu-zhe (Roger) Luo

Results 505 comments of Xiu-zhe (Roger) Luo

I'd like to bump this. I realize we recently needs to implement some of our own gradient based optimizer for Yao, I'm wondering if there are people interested in splitting...

I believe this in dup of https://github.com/julia-vscode/julia-vscode/issues/800 and https://github.com/julia-vscode/LanguageServer.jl/pull/498 is a try to fix it but it seems not having any progress yet

do we have something that finds `libjulia` at runtime already? so that we can ship a binary and link to system julia (or whatever other available) directly

Is this because Julia doesn't have a stable ABI yet?

@johnnychen94 should this be merged too?

instead of writing something above, write the specification as `jax[cuda12_pip,cuda12_pip]` temporarily workarounds this issue

yes since that's the suggested commend from jax README

I'm not sure because the macro in principle will be evaluated at precompile time thus when you load Revise after this I'm not sure how would this happen. But won't...

I don't have a good solution to this, what I usually do is not define the CLI and converge on the Julia API of the package first, then add `@cast`...

You can turn runtime printing on, the reason why width is not taken into account is mainly for making 1.8 and lower versions happy with the latency. Now with pkgimage...