mirror of
https://github.com/huggingface/kernels.git
synced 2025-10-20 21:10:02 +08:00
This change add support for Huawei Ascend NPUs. This is #146 with some formatting/typing fixes. Co-authored-by: zheliuyu <15750543867@163.com>
10 lines
479 B
INI
10 lines
479 B
INI
[pytest]
|
|
markers =
|
|
cuda_only: marks tests that should only hosts with CUDA GPUs
|
|
rocm_only: marks tests that should only run on hosts with ROCm GPUs
|
|
darwin_only: marks tests that should only run on macOS
|
|
xpu_only: marks tests that should only run on hosts with Intel XPUs
|
|
npu_only: marks tests that should only run on Ascend NPUs
|
|
token: enable tests that require a write token
|
|
is_staging_test: Marks tests that should only run on a staging environment
|