Clinton Tepper

Results 7 issues of Clinton Tepper

MWE (Not specific to ones function, just using that as an example) ```Julia using Zygote, CUDA function usecuda(x::CuVector) some1s = CUDA.ones(length(x)) return CUDA.sum(some1s .+ x) end function nocuda(x::Vector) some1s =...

This was working fine until I updated today to 1.6 as verified with an analytical gradient. Cholesky regression was the main use case for me, so I'm going to try...

CUDA

I'm probably doing something wrong here, but I'm not sure what it is. Hard to do a traditional MWE in this case, but I'll write down the simplest procedure I...

outside limit

I can't seem to get Gadfly graphs to render within the markdown document. I've tried passing the plot to outside the function, and several different ways to display. The image...

Pretty straight forward. I would expect the results of these to be the same: ```Julia function mwe(N=10) df = DataFrame(x = rand(N), zm = Vector{Union{Missing, Int}}(rand(1:4,N)), z = Vector{Int}(rand(1:4,N))) println("W/out...

Performance results are highly variable when using cached out of place methods. I've gotten segfaults, although I cannot reliably reproduce that portion of the issue. Using CuArrays seems to amplify...

Not sure if this is a feature request or a bug report. It is unclear to me what operations pertaining to DataFrames, if any, are thread-safe. For example, I would...

feature
non-breaking