gpu2: temporary disable dispatch

This commit is contained in:
DH 2024-09-30 22:44:15 +03:00
parent f6cc90727e
commit 79821fc50d

View file

@ -516,6 +516,7 @@ void amdgpu::dispatch(Cache &cache, Scheduler &sched,
Registers::ComputeConfig &computeConfig,
std::uint32_t groupCountX, std::uint32_t groupCountY,
std::uint32_t groupCountZ) {
return; // FIXME
auto tag = cache.createComputeTag(sched);
auto descriptorSet = tag.getDescriptorSet();
auto shader = tag.getShader(computeConfig);