oneAPI-samples icon indicating copy to clipboard operation
oneAPI-samples copied to clipboard

Add ESIMD mode to GPU Occupancy Calculator

Open DDEle opened this issue 1 year ago • 0 comments

Summary

Add ESIMD mode to GPU Occupancy Calculator

Problem statement

ESIMD mode has a sub-group size of 1. Uses do have a workaround to manually choose a random sub-group size and multiply it to wg size and global size. But a separate option is better.

Preferred solution

Add an option to SIMD/sub-group size dropdown.

DDEle avatar Jun 03 '24 01:06 DDEle