หัวข้อ: ทดสอบ OpenCL ผ่าน pyopencl benchmark เริ่มหัวข้อโดย: cluangar ที่ สิงหาคม 09, 2020, 07:59:14 PM หลังจากลง driver ที่ใช้งาน opencl ได้แล้ว ถึงเวลาหาคำตอบว่าประสิทธิภาพการใช้งานจะแตกต่างจากการไม่ใช้ GPU ช่วยสักเพียงไหน อ้างอิง https://stackoverflow.com/questions/7376616/pyopencl-benchmark-questions (https://stackoverflow.com/questions/7376616/pyopencl-benchmark-questions)
ติดตั้ง sudo apt-install pyopencl run python benckmark-all.py สังเกตตัวเลขเวลา 3 ค่า - Execution time of test without OpenCL : 0.37642 sec - Execution time of test (GPU Mali T860) : 0.000129688 sec - Execution time of test (CPU RK3399, A53 4 cores, A72 2 Cores) : 0.0015295 ประสิทธิภาพ GPU ทำงานเร็วกว่าราว 8 เท่า (0.000129688 / 0.0015295) |