KhronosGroup / SPIRV-Registry

SPIR-V specs
109 stars 72 forks source link

Clarifications to SPV_KHR_cooperative_matrix #221

Closed kpet closed 9 months ago

kpet commented 10 months ago

Fixes #208 Fixes #211

kpet commented 10 months ago

Here's a first attempt at addressing the outstanding clarification requests on SPV_KHR_cooperative_matrix (cc @alan-baker, @jeffbolznv).

kpet commented 10 months ago

@alan-baker @jeffbolznv I've updated the PR to reflect the discussions at the F2F. PTAL.

kpet commented 9 months ago

@alan-baker I'm guessing you're referring to these rules:

All the operands to this instruction must be dynamically uniform within the 'Scope' of the cooperative matrix.

I think the intent is clear from this wording but we may be able to improve the language. How about the following:

All the operands to this instruction must be dynamically uniform within every instance of the 'Scope' of the cooperative matrix.

kpet commented 9 months ago

@alan-baker I've made the change. This should now be ready to go.

bashbaug commented 9 months ago

Merging as discussed in the December 6th teleconference.