Chris Geoga

Results 8 issues of Chris Geoga

Apologies in advance if I have missed an issue or some documentation about this. When I run `using AMDGPU` and then `x = ROCArray(rand(10))`, I get a crash with the...

bug

Hello, Thanks for making this incredible software and hosting it for people to use. I have looked through the docs and the issues here but there is a chance this...

Hello--- This code is not hosted on GitHub, but this PR was generated using `LocalRegistry.jl` and I tweaked the `repo` arg manually to be the URL instead of the ssh-based...

I use `LocalRegistry.jl` to generate PRs to merge packages that aren't hosted on github to the general registry (based on advice I got in [#49803](https://github.com/JuliaRegistries/General/issues/49803)). It works like a charm,...

Like a couple other people here, I am experiencing some issues with #481. My issue is in [`BesselK.jl`](https://github.com/cgeoga/BesselK.jl), where I have some very specific methods that branch on an `iszero(x)`...

I apologize if my searching through past issues wasn't good enough and I've missed some existing discussion on this. But I have some multi-threaded code that crashes when I try...

I'm working on an application where I really want non-allocating higher-order derivatives. Here is my little code setup: ```julia module EnzymeHigherOrder using Enzyme struct DefDerivative{F} fn::F end function (dd::DefDerivative{F})(x) where{F}...

I finally got around to cleaning up the uniform asymptotic expansion code in `BesselK.jl` and I ended up with a solution that is within a few `ns` of `Bessels.besselk_large_orders` while...