David Bayer

Results 42 comments of David Bayer

Great! Actually all of the GPU FFT libraries I know about allow user's tembuffer allocation, they just call it a *workspace* or *work area*. For example here is the link...

Hello, why do you consider still using `sprintf`? Is there any advantage over using `snprintf`? `snprintf` prevents the buffer overflow plus you can check if all of the characters were...

> If we added this to libcu++ directly (maybe as an internal function) we could kill `c2h::demangle` and `unittest::demangle`. We may also consider adding something like: > > ```c++ >...

@wmaxey the devcontainers are missing the `libcufilt.a` library, can we add the `cuda-cuxxfilt-MM-mm` package to the devcontainer images? Update: I've made a PR updating the devcontainers https://github.com/rapidsai/devcontainers/pull/530

> Are we adding a dependency to cccl that may be problematic for some users? The issue with the devcontainers gives me pause. That is definitely a valid point. But...

> Have you looked at using `nvrtcGetTypeName`? If you care about nvrtc compilation support using that built-in could make it easier. Thanks for the suggestion! Actually, I have. The idea...

I've discussed this a bit more with @miscco and we agreed that due to the linkage dependency, it would be better to put it to cudax for now