Ankit Manerikar

Results 6 issues of Ankit Manerikar

[Link](https://github.com/oneapi-src/oneDNN/tree/amanerik/rfcs/verbose-logging-support/rfcs/20240311-verbose-logging-support) to rendered document.

RFC

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.

RFC

#### 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...

documentation
platform:gpu-intel
component:api
component:build
component:common

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.

RFC

# 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.

component:common

# 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...

documentation
platform:gpu-intel
component:common
third_party