forked from graphcore/tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpytest.ini
71 lines (66 loc) · 3.13 KB
/
pytest.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[pytest]
addopts = -v
python_paths = ./utils/
# Custom pytest markers
markers =
ipus(number_of_ipus): number of IPUs the test requires. Omit if running on the IPU Model.
ipu_version(version): the version of IPU the test requires.
category1:
category2:
category3:
sanity: mark a test as a sanity test.
requires_remote_buffers: mark a test that requires remote buffers. Does not work for all applications.
testpaths = tutorials/poplar/tut1_variables/test
tutorials/poplar/tut2_operations/test
tutorials/poplar/tut3_vertices/test
tutorials/poplar/tut4_profiling/test
tutorials/poplar/tut5_ml/test
tutorials/poplar/tut6_matrix_vector/test
tutorials/poplar/tut7_matrix_vector_opt/test
tutorials/popvision/tut1_instrumentation/test
tutorials/popvision/tut2_libpva/test
tutorials/pytorch/tut2_efficient_data_loading/tests
tutorials/pytorch/tut3_mixed_precision/tests
tutorials/pytorch/tut4_observing_tensors/tests
tutorials/tensorflow1/basics/tests
tutorials/tensorflow1/half_precision_training/tests
tutorials/tensorflow2/keras/test
tutorials/tensorflow2/infeed_outfeed/test
tech_notes_code/available_memory/tests/pytorch/
simple_applications/tensorflow/resnet18_inference
simple_applications/popart/mnist
simple_applications/tensorflow/mnist
simple_applications/tensorflow2/mnist
simple_applications/pytorch/mnist
simple_applications/pytorch/bert
simple_applications/pytorch/popart_api/mnist
kernel_benchmarks/popart
kernel_benchmarks/tensorflow/test
feature_examples/popart/sharding
feature_examples/popart/pipelining
feature_examples/popart/recomputing
feature_examples/popart/callbacks
feature_examples/popart/custom_operators/leaky_relu_example
feature_examples/popart/custom_operators/cube_op_example
feature_examples/popart/distributed_training/horovod
feature_examples/popart/phased_execution
feature_examples/tensorflow/sharding
feature_examples/tensorflow/pipelining
feature_examples/tensorflow/replication
feature_examples/tensorflow/inspecting_tensors
feature_examples/tensorflow/custom_op
feature_examples/tensorflow/connection_type
feature_examples/tensorflow/ipuestimator
utils/examples_tests/copyright_test
feature_examples/poplar/advanced_example/test
feature_examples/poplar/prefetch
feature_examples/tensorflow2/ipu_estimator
feature_examples/tensorflow2/embeddings
feature_examples/tensorflow2/inspecting_tensors
feature_examples/tensorflow/custom_gradient
feature_examples/tensorflow/popdist
feature_examples/pytorch/octconv
feature_examples/pytorch/custom_op
[tutorials_repo_ci_config]
needs_horovod = /popart/distributed_training/horovod
do_not_run = empty