mindbeast

Results 4 issues of mindbeast

Based on what's present, it seems like it's possible to use AI template entirely from native code with no python runtime. Could you add a example which illustrates how to...

It's really not suitable to force users to always provide a nvcc for compilation at runtime. It makes deployments brittle and very complicated, particularly of native code. Nvidia provides nvrtc...

It's clear that microsoft isn't actively supporting the azure kinect SDK anymore, but the hardware still has many active users. I think the community would still like to keep using...

Enhancement
Triage Needed

I have a custom driver which pulls in libxdma. If I happen to interrupt a xdma_xfer_submit while it's blocked blocked on the transfer wait queue / swait queue (xfer->wq), I'm...