Dilum Aluthge
Dilum Aluthge
Yeah looks like it’s relatively CUDA-specific. I wonder if it would be easier to port James’s kernel to OpenCL versus writing the OpenCL softmax kernel from scratch. On Tue, Jul...
Can you elaborate on what "unify" means in this case? For example, is it the end goal that in Julia 1.7+, we would have `Base.var"@atomic" === CUDA.var"@atomic"`?
There is no difference in practice. However, we try really hard to avoid ever deleting versions from the General registry. I think that's a good policy, and it would be...
Yeah, this is a known issue. Basically, Registrator.jl has two code paths: 1. GitHub comment-bot 2. JuliaHub web UI The comment-bot code path includes the logic for adding labels, but...
@ericphanson This means that new package registrations created from the JuliaHub web UI won't show up in the Slack or Zulip feeds.
> Yes, I think of `julia` as an implicit dependency of all projects, so we should require a compat entry for it in order to automerge, like we do for...
I can manually merge that pull request. Or I can close it. Either way that should fix this, and then you can make a new registration.
I closed https://github.com/JuliaRegistries/General/pull/12142. @stevengj Can you try to register again now?
> I don't think so. Wouldn't that essentially mean "everyone" (i.e. you just have to fix a type in the docs or soemthing) can make releases? Agree. This seems like...
If people want to register a package, and they don't want to give JuliaHub write access to their repo, they should install the Registrator GitHub App (the "comment bot"). If...