update pytest marks and CI test filters (#2587)

* remove pytest marks

* test more stuff

* fine revert some

* add that mark back

* skip that

* hmm LLVM does not work on ubuntu

* too slow on CUDA CI

* dup test
This commit is contained in:
chenyu
2023-12-03 15:20:44 -05:00
committed by GitHub
parent 88a5c368d4
commit 1ac958a058
6 changed files with 5 additions and 17 deletions

View File

@@ -11,9 +11,6 @@ from tinygrad.helpers import prod, dtypes
from tinygrad.lazy import Buffer, create_lazybuffer
from tinygrad.device import CompiledASTRunner, Device
from tinygrad.shape.shapetracker import ShapeTracker
import pytest
pytestmark = pytest.mark.webgpu
# we don't always have GPU support, so the type signature is the abstract CompiledBuffer instead of GPUBuffer
def atan2_gpu(ret:Buffer, a:Buffer, b:Buffer):