Julian Samaroo
Julian Samaroo
Currently it's trivial for log streams to collide on name, which then means that libraries like Dagger and AMDGPU need to keep separate log sinks. It would be great if...
This adds a new dashboard subpackage `DaggerImGuiDash.jl`, which uses CImGui.jl to render logs from Dagger (and other packages which support TimespanLogging.jl). The intention is for this dashboard to be at...
```julia patchpoint(ptr, args...) = @typed_ccall("llvm.experimental.patchpoint.void", llvmcall, Cvoid, (Int64, Int32, Ptr{Int8}, Int32, Int64...), 1, Int32(8), ptr, Int32(0), args...) ERROR: syntax: "..." expression outside call around /home/jpsamaroo/.julia/packages/LLVM/qc3sa/src/interop/pointer.jl:277 ```
Currently uGUI only has support for a single touch point, however certain dev boards with capacitive touch sensors (the STM32F7-Discovery, for example) have up to 5 or more points that...
I'm trying to setup integration with PortAudio.jl so that I can sample from my computer's microphone, which samples on the order of tens of microseconds. I've tried constructing a `Block`...
I've gotten some recent interest from the community in having Dagger-powered time series operations, such that a streaming DAG can be configured across multiple nodes. I am interested in making...
Closes #34
With the intention of eventually using this to add early `finalize` calls to minimize GC overhead of functions with many large-but-temporary heap allocations with finalizers.
In order to make automatic offload less cumbersome for users with access to many different compute resources (multi-CPUs, multi-GPU, mixed GPU, multiple/advanced network fabrics, etc.), we need the ability to...