krrishnarraj / clpeak

A tool which profiles OpenCL devices to find their peak capacities
Apache License 2.0
386 stars 109 forks source link

Added 24bit fast MAD Integer Compute test #70

Closed rigred closed 4 years ago

rigred commented 4 years ago

Relatively simple change to add a 24bit Integer compute test using OpenCL built-in function mad24. Useful for testing Radeon GPU's that support 24bit Integer math on mantissa of FP32 units.

mul24 is also available but not used in this test.