Commit bbf2c8d0 authored by hubertlu-tw's avatar hubertlu-tw
Browse files

Unskip run_transformer unit tests

parent 795a5e5b
...@@ -8,7 +8,6 @@ test_dirs = ["run_amp", "run_fp16util", "run_optimizers", "run_fused_layer_norm" ...@@ -8,7 +8,6 @@ test_dirs = ["run_amp", "run_fp16util", "run_optimizers", "run_fused_layer_norm"
ROCM_BLACKLIST = [ ROCM_BLACKLIST = [
'run_pyprof_nvtx', 'run_pyprof_nvtx',
'run_pyprof_data', 'run_pyprof_data',
'run_transformer',
] ]
runner = unittest.TextTestRunner(verbosity=2) runner = unittest.TextTestRunner(verbosity=2)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment