Ankit Manerikar
Ankit Manerikar
[Link](https://github.com/oneapi-src/oneDNN/tree/amanerik/rfcs/verbose-logging-support/rfcs/20240311-verbose-logging-support) to rendered document.
Proposal on extending sparsity support to include Coordinate sparse encoding (COO) format. [Link](https://github.com/oneapi-src/oneDNN/blob/amanerik/rfcs/coo-sparse-encoding/rfcs/20240531-coo-sparse-encoding/README.md) to rendered document.
#### Description This PR proposes a PoC for introducing an asynchronous verbose mode to accurately track kernel execution times in a non-blocking manner with minimal synchronization latencies. For the verbose...
Link to rendered document: [[link](https://github.com/uxlfoundation/oneDNN/tree/amanerik/rfcs/async-verbose-mode/rfcs/20250527-async-verbose-mode)] Link to PoC implementation: [[link](https://github.com/uxlfoundation/oneDNN/pull/3055)] Addresses MFDNN-13603 and MFDNN-12088.
# Description Implements [MFDNN-14473](https://jira.devtools.intel.com/browse/MFDNN-14473). The PRs introduces ITT ID tagging for primitive tasks for better representation in VTune. See MFDNN-14473 for full description.
# Description The PR implements a non-blocking verbose profiling to record and print primitive execution times without relying on blocking, host-side `stream.wait()` calls. The implementation is aimed at triaging two...