Skip to content

Commit

Permalink
Use EESSI prefix to name test
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar van Leeuwen committed May 6, 2024
1 parent 760cd59 commit fed8906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eessi/testsuite/tests/apps/PyTorch/PyTorch_torchvision.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from eessi.testsuite.constants import SCALES, TAGS, DEVICE_TYPES, COMPUTE_UNIT, CPU, NUMA_NODE, GPU, INVALID_SYSTEM
from eessi.testsuite.utils import find_modules, log

class PyTorch_torchvision(rfm.RunOnlyRegressionTest):
class EESSI_PyTorch_torchvision(rfm.RunOnlyRegressionTest):
nn_model = parameter(['vgg16', 'resnet50', 'resnet152', 'densenet121', 'mobilenet_v3_large'])
### SHOULD BE DETERMINED BY SCALE
#n_processes = parameter([1, 2, 4, 8, 16])
Expand Down

0 comments on commit fed8906

Please sign in to comment.