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:
[ ] Check my changes to IsLegacy works w/ Nvidia's hardware
[ ] Add a range of global shapes (and tile shapes?)
[ ] Add SYCL-friendly device check logic in the test infrastructure
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 forLinCombEltAct
, as that's something we know should work. Need to:IsLegacy
works w/ Nvidia's hardware