Valentin Churavy

Results 1413 comments of Valentin Churavy

So this was introduced with https://reviews.llvm.org/D128936 I also found this comment: ``` # Note 1: # lldb-12 build fails on 10.11 with this link error at 98% of the build:...

Once this build we will also need to trigger the assert variant.

Global preferences essentially work through the JULIA_LOAD_PATH. See https://juliaparallel.org/tutorials/preferences/#interactions_with_the_julia_load_path

I think the first step would be to actually setup documenter :)

That is our secret master plan :) @SimonDanisch once experimented with OpenCL -> OpenGl interop, but we didn't get very far and I don't think anything has been done in...

I have a 3-clause BSD implementation available based on `scikit-image`. If someone wants to do a clean-room implementation to avoid license confusion. They reference `[1] O'Rourke (1998), "Computational Geometry in...

Defer.jl sounds definitively interesting. I am slightly wary of adding a new dependencies. @kshyatt What do you think?

@MichaelOhlrogge I am not an expert on CUSPARSE but from what I can tell from your code what you are doing is splitting your problem across multiple devices. The code...

to my knowledge Tasks are actually never run in parallel and whatyou are ding should be fine. Technically you should be controlling each device from a different thread. Calling device...