#python

import benchmarking

benchmarking.mesh_source_benchmark("CUDAPolyGridAndTransformPoints",
                                   properties={
                                       "rows": benchmarking.polyGridRange,
                                       "columns": benchmarking.polyGridRange
                                   })
Exemple #2
0
#python

import benchmarking

benchmarking.mesh_source_benchmark("CUDAPolyGrid",
                                   properties={
                                       "rows": benchmarking.polyGridRange,
                                       "columns": benchmarking.polyGridRange
                                   })
#python

import benchmarking

benchmarking.mesh_source_benchmark("CUDAPolyGrid", properties = {"rows" : benchmarking.polyGridRange, "columns" : benchmarking.polyGridRange})
#python

import benchmarking

benchmarking.mesh_source_benchmark("CUDAPolyGridAndTransformPoints", properties = {"rows" : benchmarking.polyGridRange, "columns" : benchmarking.polyGridRange})