didiHe

Results 7 issues of didiHe

I tried to install LuxCore with "LinuxCompile" files by run "first_run.sh" by the step of wiki "http://wiki.luxcorerender.org/Compiling_LuxCore". I tried to install it under Ubuntu20.04 but error happened"!!! Python major version...

I tested Nvdia and AMD GPU in Linux. When Nvidia GPU is in test, I use "watch -n 5 nvidia-smi" to check the GPU occupancy rate. In on-screen mode the...

I build the vulkan CTS,with the help of readme as below commandline,the building file is "vulkanbuid": cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_FLAGS=-m64 -DCMAKE_CXX_FLAGS=-m64 make -j Then, I found that OpenGL test cases are...

The HW is Intel CPU+Nvidia 1660,OS is ubuntu 20.04. Driver version :510.60.02 I build the vulkan CTS: cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_FLAGS=-m64 -DCMAKE_CXX_FLAGS=-m64 make and then I run the ./deqp-vk, error happened...

Hi, I use the master branch to build, the build parameter listed as below: cmake -DDEQP_TARGET=default -DGLCTS_GTF_TARGET=gl cmake --build external/openglcts After building succeed, I run the test case: ./cts-runner.exe --type=gl45...

I tried to build opengl: tag:opengl-cts-4.6.2.0 with : cmake ../ -DDEQP_TARGET=default -DGLCTS_GTF_TARGET=gl in ubuntu18. But failed: [ 9%] Built target SPIRV-Tools-static [ 14%] Built target SPIRV-Tools-opt [ 15%] Built target...

The binary of LuxMark only support X86 arch CPU. I tried to compile LuxMark with source code 3.1 but failed. I have two problems: 1. Can the source code be...