unexploredtest
unexploredtest
I know it's late but for future reference, this might help: https://community.amd.com/t5/drivers-software/solved-clinfo-reports-error-33-of-quot-global-free-memory-amd/td-p/172760
Any updates?
> I haven't found anything. You said you have KDE Plasma right? Go to `System Setting` (or systemsettings5) then in `personalized` group, go to accessibility:  Then you can find...
So, I tried making this possible, and this is what I have done so far. Here is the constructor that I created: ``` Tensor::Tensor(int tensorSize, TensorTypes tensorType) { #if DEBUG...
Yeah I see, thanks. I digged deeper with 'tensor->data()'. Though `tensor->data()` has a zero value, the method `Tensor::memorySize()` returns the output as desired, because we have actually given the `mShape`...
Right now, one of Vulkan Kompute's really great advantages is that it's light weight and easy to install, but as it gains more features and capabilities, the size might eventually...
Just watched the video, and I actually think that it's thoughtful and comprehensive. One note though is that what got me really interested in this project, is the fact that...
So, I checked @Kezii's PKGBUILD and it's fine, as long as dependencies don't change and/or CMake options stay the same. What I want to add is, alongside with the git...
@axsaucedo > it's possible to remove SPDLOG but it does add better debugging / diagnosing experience, although the gain is not too significant so I could look at removing it...