Home
last modified time | relevance | path

Searched refs:WaveFrontSize (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/rocr/ROCR-Runtime-5ab09ee/src/core/runtime/
H A Damd_aql_queue.cpp782 queue->agent_->properties().MaxSlotsScratchCU * queue->agent_->properties().WaveFrontSize; in DynamicScratchHandler()
1068 uint32_t wave_size = agent_props.WaveFrontSize; in InitScratchSRD()
H A Damd_gpu_agent.cpp701 *((uint32_t*)value) = properties_.WaveFrontSize; in GetInfo()
978 uint64_t size_per_wave = AlignUp(scratch.size_per_thread * properties_.WaveFrontSize, 1024); in AcquireQueueScratch()
/dports/sysutils/roct/ROCT-Thunk-Interface-9d1fb76/include/
H A Dhsakmttypes.h238 HSAuint32 WaveFrontSize; // Number of SIMD cores per wavefront executed, typically 64, member
/dports/sysutils/roct/ROCT-Thunk-Interface-9d1fb76/src/
H A Dtopology.c824 props->WaveFrontSize = (uint32_t)prop_val; in topology_sysfs_get_node_props()