C API: added symbols for cublas_v2

This commit is contained in:
Philippe Tillet
2015-11-20 22:46:52 -05:00
parent c6333c993a
commit f653625aa9
3 changed files with 81 additions and 2 deletions

View File

@@ -75,4 +75,4 @@ if __name__ == "__main__":
for operation in operations:
tuner = Tuner(logger, device, operation, json, ProgressBar(30, metric_name_of(operation)))
tuner.run(level='full')
tuner.run(level='intermediate')