Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 444 Bytes

File metadata and controls

19 lines (14 loc) · 444 Bytes
applyTo
dpctl/tests/**/*.py
**/test_*.py

Testing Instructions

See dpctl/tests/AGENTS.md for patterns.

Essential helpers (from helper/_helper.py)

get_queue_or_skip()           # Create queue or skip

Focus

Test SYCL runtime objects (Device, Queue, Context, Event, Platform) and USM memory APIs.

Note: The dpctl/tensor module has been removed; do not reference tensor‑specific patterns.