codeplaysoftware / cutlass-fork

CUDA Templates for Linear Algebra Subroutines
Other
8 stars 20 forks source link

Unit test for IntelPVC w/ LinCombEltAct EVT #158

Open joeatodd opened 1 week ago

joeatodd commented 1 week ago

As a precursor to properly testing https://github.com/codeplaysoftware/cutlass-fork/pull/152, I have adapted the gemm_testbed_3x.hpp infrastructure slightly for Xe and added a single test case for LinCombEltAct, as that's something we know should work. Need to:

joeatodd commented 1 week ago

TODO: Why didn't this fail when the wrong ActivationFn was set (Identity).

joeatodd commented 5 days ago

There are a load of todos in the code, are those still supposed to be there?

Yeah sorry this should be a Draft really.