Chi-Chun, Chen
Chi-Chun, Chen
I want to try specify other video and I use FFmpeg to convert a `.mp4` file to `.mpeg` using `ffmpeg -i rhino.mp4 -c:v mjpeg -q:v 3 -huffman optimal -an output.Mjpeg`,...
I'm trying to build RAJA with CUDA and Clang version >= 15 but I'm still getting the Clang version error after setting `-DCMAKE_CUDA_FLAGS_RELEASE="-allow-unsupported-compiler"`. Is there any flag that I can...
Below three tests weren't compiled with either Clang-15 or gcc-11.1.0. ``` 565 - test-workgroup-Dispatcher-Single-Direct-OpenMPTarget.exe (Not Run) 566 - test-workgroup-Dispatcher-Single-IndirectFunction-OpenMPTarget.exe (Not Run) 567 - test-workgroup-Dispatcher-Single-IndirectVirtual-OpenMPTarget.exe (Not Run) ``` All three tests...