fxzjshm

Results 21 comments of fxzjshm

Well, I know `barrier`s and `mem_fence`s isn't designed for FPGA, so I'm just asking for a possibility. I was porting some CUDA-based scientific research program into SYCL (mainly on GPU...

C++ part should be compatible with Qt 5 and 6 now, but didn't find how to make QML code compatible with both. So this PR may serve as a separate...

@Kaydax The scene you mentioned seems to work on my side. Please provide more detail, e.g. error log & behavior of the program.

@Kaydax @kamikaze211 I've edited the comment above and added my configure command, could you try that? I've seen this log from `install_pkg` when forget to add `-DQT_MAJOR_VERSION=6` then CMake try...

Oh, my fault, forget to set default branch of forked repository to this. Have changed to `qt6` branch now. For current situation, please checkout the qt6 branch, i.e. ``` git...

Weird. Could you please post system information and CMake configure log? Especially lines like ``` -- Found KF6Package: /usr/lib/cmake/KF6Package/KF6PackageConfig.cmake (found version "5.249.0") -- Found KF6: success (found suitable version "5.249.0",...

@kamikaze211 Reproduced by uninstalling Plasma 6, install Plasma 5, then upgrade to Plasma 6. Have done some digging but still no idea why... Noticed that `plasmapkg2` is now a wrapper...

@domglusk > I'm getting a build error for mpv, I'm running openSUSE Tumbleweed with the unstable kde repos enabled. This is the relevant cmake error. I do have mpv-devel installed....

> How do I compile it with clang instead? Add flags `-DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++` when running CMake. Alternatively, as the error log indicates, enabling position-independent code on all targets (`-DCMAKE_POSITION_INDEPENDENT_CODE=ON`) also...

> but it's not showing up as a wallpaper plugin option in the wallpaper settings. That's strange, it shows up in my virtual machine. Try both `-DUSE_PLASMAPKG=OFF` and `-DUSE_PLASMAPKG=ON` with...