Sampsa Riikonen

Results 26 comments of Sampsa Riikonen

As of today, I'm trying with ROCm 6.2, with no luck. As I understand, the hipcc command should do the whole process of churning hip -> cuda and then evokes...

A small comment/additional context is in place: The only way to actually compile ROCm-related software seems to be with docker. That is because it is the only way to create...

Here is a one-liner to test: ```bash touch /tmp/hello.hip; HIP_PLATFORM=nvidia hipcc -v /tmp/hello.hip -o /tmp/hello ``` Which gives the error `nvcc fatal : Don't know what to do with '/tmp/hello.hip`....

I've never used libValkka with google colabs and I'm not sure why anyone would like to do it.. I've never used sudo apt-get with google colabs not to speak of...

A quick comment: that god'damn "readthedocs.io" - not sure how it gets generated (!). Please use always valkka.org. Will comment on your actual issue in a while..

In this lesson: https://elsampsa.github.io/valkka-examples/_build/html/lesson_4.html what you actually do, is: Define the filterchain - while doing that, you also define the expected image dimensions. This before starting any threads or multiprocesss...