Searched refs:parallelism (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_statistics.cpp527 /* This likely exaggerates the effectiveness of parallelism because it
533 double parallelism = program->num_waves; local in function:aco::collect_preasm_stats
536 parallelism = MIN2(parallelism, latency / usage[i]);
538 double waves_per_cycle = 1.0 / latency * parallelism;
563 fprintf(stderr, "parallelism: %f\n", parallelism);
H A DREADME.md17 In case of GCN / RDNA the parallelism is achieved by executing the shader on several waves, and each wave has several lanes (32 or 64).
/xsrc/external/mit/MesaLib/dist/docs/ci/
H A Dbare-metal.rst122 the board, which is used for auto-tuning of job parallelism.
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.0.0.rst1035 - ci: Move freedreno's parallelism to the runner instead of gitlab-ci

Completed in 17 milliseconds