google / nvidia_libs_test

Tests and benchmarks for cudnn (and in the future, other nvidia libraries)
Apache License 2.0
52 stars 21 forks source link

kernel_timer.cc build failed with "error: 'uint64' was not declared in this scope domain_cycles.end(), uint64{0})" #10

Closed williamyang1 closed 4 years ago

williamyang1 commented 4 years ago

Build cudnn_benchmark bazel run //:cudnn_benchmark -c opt --action_env=CUDNN_PATH=/data/tmp/cuda --action_env=CUDA_PATH=/data/tmp/cuda kernel_timer.cc build failed with the following error: ############### kernel_timer.cc:194:68: error: 'uint64' was not declared in this scope domain_cycles.end(), uint64{0}); ^ ################ This error was by caused by latest commit a378e0f It should be uint64_t{0}

chsigg commented 4 years ago

Thanks for reporting.