<feed xmlns='http://www.w3.org/2005/Atom'>
<title>slang.git/tests/cooperative-matrix/diagnostics, branch master</title>
<subtitle>Making it easier to work with shaders</subtitle>
<id>https://git.yummers.dev/slang.git/atom?h=master</id>
<link rel='self' href='https://git.yummers.dev/slang.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/'/>
<updated>2025-05-15T03:47:43+00:00</updated>
<entry>
<title>Add new coopmat2 functions: Reduce and Transpose (#7027)</title>
<updated>2025-05-15T03:47:43+00:00</updated>
<author>
<name>Jay Kwak</name>
<email>82421531+jkwak-work@users.noreply.github.com</email>
</author>
<published>2025-05-15T03:47:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=2580bb02f7a079ab1c0106b5960a21ed1627bca0'/>
<id>urn:sha1:2580bb02f7a079ab1c0106b5960a21ed1627bca0</id>
<content type='text'>
This commit adds three new functions for CoopMat as described in the proposal document,

Cooperative matrix 2 proposal spec#12
The new functions are:

CoopMat&lt;T,S,M,N,R&gt;::Transpose
CoopMat&lt;T,S,M,N,R&gt;::ReduceRow
CoopMat&lt;T,S,M,N,R&gt;::ReduceColumn
CoopMat&lt;T,S,M,N,R&gt;::ReduceRowAndColumn
CoopMat&lt;T,S,M,N,R&gt;::Reduce2x2</content>
</entry>
<entry>
<title>Add cooperative matrix 1 support (#6565)</title>
<updated>2025-04-15T21:57:45+00:00</updated>
<author>
<name>Darren Wihandi</name>
<email>65404740+fairywreath@users.noreply.github.com</email>
</author>
<published>2025-04-15T21:57:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=d0b6a0b1ab49b5958015f31364c5ad73d9cd03eb'/>
<id>urn:sha1:d0b6a0b1ab49b5958015f31364c5ad73d9cd03eb</id>
<content type='text'>
* initial wip for spirv

* working tiled example

* clean up store and load

* minor fixes

* fix loadAny name

* add initial tests, including broken/unimplemented intrinsics

* fix subscript

* run tests at 16x16, remove not supported arithmetic tests

* minor fixups on implementation

* rename CoopMatMatrixUse

* Update tests to pass validation layers locally

* Add mat-mul-add test and minor fixes

* Add more tests

* Remove dead code

* Add coopMatLoad function and tests, enforce constexpr for matrix layout

* Use getVectorOrCoopMatrixElementType in place of getVectorElementType</content>
</entry>
</feed>
