Christian Guinard
Christian Guinard
I'm really not sure where the breakage happens but I'm more than happy to run test if you need me to. I isolated the issue to #2007 with bisect. Ever...
Closes #836 and closes #830. If the channel is the prefix for one and only one installed channel, use that, otherwise old behaviour. This behaves more like the julia command...
Closes #820 and addresses other potential similar bugs.
I've been looking to change over some code from using Metalhead 0.7 to 0.8 and I've noticed that loading the pretrained ResNet in 0.8 takes an abnormally long time to...
Reduces code duplication and fixes lack of pluralization when trying to pretty print 2-1024 bytes. Closes https://github.com/JuliaLang/Pkg.jl/pull/3799.
Alternative to #3763 that doesn't include any new private Base functions. I prefer #3763, but this version might be easier to merge. Closes #3763.
Adds https://developer.apple.com/documentation/metalperformanceshaders/mpsmatrixrandom?language=objc and the other classes that start with "MPSMatrixRandom". Code to integrate with `Random.jl` functions is present but commented out because it seems to be slower than the current...
Feedback on implementation, interface, tests, etc. is welcome. Closes #62
> It would probably be good to port the opportunistic synchronization from CUDA.jl _Originally posted by @maleadt in https://github.com/JuliaGPU/Metal.jl/pull/314#discussion_r1521559352_ EDIT by maleadt: Specifically, the tracking of which stream has recently...
I also bumped the patch version so a new release can be made. All tests pass locally.