# BABEL test # # Preconditions: # Set device to all. If you need to run the rvs only on a subset of GPUs, please run rvs with -g # option, collect the GPUs IDs (e.g.: GPU[ 5 - 50599] -> 50599 is the GPU ID) and then specify # all the GPUs IDs separated by white space (e.g.: device: 50599 3245) # Set parallel execution to false # Set buffer size to reflect the buffer you want to test # Set run count to 2 (test will run twice) # actions: - name: action_1 device: all module: babel #Name of the module parallel: true # Parallel true or false count: 1 # Number of times you want to repeat the test from the begin ( A clean start every time) num_iter: 5000 # Number of iterations, this many kernels are launched simultaneosuly and stresses the system array_size: 33554432 # Buffer size the test operates , this is 32MB test_type: 2 # type of test, 1: Float, 2: Double, 3: Triad float, 4: Triad double mibibytes: false # mibibytes , if you want to specify in bytes (array size in bytes) , make this true o/p_csv: false # o/p as csv file subtest: 1 # 1: copy 2: copy+mul 3: copy+mul+add 4: copy+mul+add+traid 5: copy+mul+add+traid+dot