Skip to content

Implement enough of MI_* to pass gen9_mi_builder_test

Caio Oliveira requested to merge cmarcelo/ksim:r/mi into master

This covers the basic math and operations used by the Vulkan driver.

Note the alu_regs array has gaps since GPR ends at 15 and the SRCA is 32, however those gaps make convenient to access them by just using the constants.

Merge request reports

Loading