Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您好,我使用的是 mali t-624 gpu(Midgard Family Gpu)。你能告诉我这些gpu是否支持点积,因为我找不到任何信息。您还可以告诉我一个用 opencl 编写的内核,它可以为我提供点积的最佳执行时间。
是的。ARM Mali T624 MP4 GPU 支持 OpenCL 1.1。该规范包括 32 位浮点的点积。用于float dot (floatn p0, floatn p1)最佳执行时间。
float dot (floatn p0, floatn p1)