Skip to content

Commit

Permalink
No cpu only test for gpu op
Browse files Browse the repository at this point in the history
Signed-off-by: Kamil Tokarski <[email protected]>
  • Loading branch information
stiepan committed Jan 2, 2023
1 parent d99aa0f commit b6fdf54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dali/test/python/test_dali_cpu_only.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# Copyright (c) 2020-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -1331,6 +1331,7 @@ def video_input_pipeline(input_name):
"paste", # not supported for CPU
"experimental.audio_resample", # Alias of audio_resample (already tested)
"experimental.debayer", # not supported for CPU
"experimental.filter", # not supported for CPU
"experimental.inflate", # not supported for CPU
"experimental.remap", # operator is GPU-only
]
Expand Down

0 comments on commit b6fdf54

Please sign in to comment.