Nicolò Scipione
Nicolò Scipione
This patch address compilation issues with `icpx` for AMD and NVIDIA target. It add 3 flags if and only if the project is compiled using `icpx` or `clang++` from any...
This PR changes a couple of calls to be compatible with adaptiveCpp
This PR disables `txsv` operators specifically for Intel ARC and Intel GPU Max GPUs by adding a runtime check on device type, vendor, and name. The new exception is caught...
This PR address RFC #580. It performs all the changes to namespace, name and file name requested in the issue. **EDIT:** For completeness, I attach a zip of the html...
### Description I am trying to profile/trace an application that uses GPU on Lunar Lake. The trace I obtain is unreadable due to very long `zeCommandListAppendMemoryFill`, they look like they...
# Description Generic backend doesn't support block format. This PR implement a skip function to check if the format tag and skip the test in case of generic backend. #...
# Description This PR disable tests if data type is f64 since, due to current limitation, generic backend doesn't support f64 data type. # Checklist ## General - [x] Do...
# Description Due to technical limitation the generic backend cannot support more than 5 post-ops. This PR implement a check during test to skip those tests instead of reporting unimplemented....