@@ -32,16 +32,18 @@ uv pip install -e .[mthreads,test]
3232# For the intel math library
3333export LD_LIBRARY_PATH=$VIRTUAL_ENV /lib:$LD_LIBRARY_PATH
3434
35+ # Print out package versions for debugging.
36+ uv pip list
37+
3538# In case the backend detection fails
3639# export GEMS_VENDOR=$VENDOR
37- source tools/run_command.sh
3840
3941# Reduction ops
4042# FIXME(moore): Softmax only support float32/float16/bfloat16
41- pytest -s tests/test_reduction_ops.py
43+ # pytest -s tests/test_reduction_ops.py
4244pytest -s tests/test_general_reduction_ops.py
4345# FIXME(moore): BatchNorm supports Float/Half/BFloat16 input dtype
44- pytest -s tests/test_norm_ops.py
46+ # pytest -s tests/test_norm_ops.py
4547
4648# Pointwise ops
4749pytest -s tests/test_pointwise_dynamic.py
@@ -57,7 +59,7 @@ pytest -s tests/test_tensor_constructor_ops.py
5759# TODO(Qiming): Fix sharedencoding on Hopper
5860pytest -s tests/test_attention_ops.py
5961# FIXME(moore): unsupported data type DOUBLE
60- pytest -s tests/test_blas_ops.py
62+ # pytest -s tests/test_blas_ops.py
6163
6264# Special ops
6365pytest -s tests/test_special_ops.py
@@ -69,10 +71,6 @@ pytest -s tests/test_distribution_ops.py
6971pytest -s tests/test_convolution_ops.py
7072
7173# Utils
72- pytest -s tests/test_libentry.py
74+ # pytest -s tests/test_libentry.py
7375pytest -s tests/test_shape_utils.py
7476pytest -s tests/test_tensor_wrapper.py
75-
76- # Examples
77- # TODO(Qiming): OSError: [Errno 101] Network is unreachable
78- # run_command pytest -s examples/model_bert_test.py
0 commit comments