This is an automated email from the ASF dual-hosted git repository.

jroesch pushed a commit to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit adf12e40b50701fb2dbc0464617b668cda9ad2b0
Author: Jared Roesch <[email protected]>
AuthorDate: Wed Mar 31 23:28:22 2021 -0700

    Format
---
 src/target/opt/build_cuda_on.cc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/target/opt/build_cuda_on.cc b/src/target/opt/build_cuda_on.cc
index 7909952..97d2d01 100644
--- a/src/target/opt/build_cuda_on.cc
+++ b/src/target/opt/build_cuda_on.cc
@@ -89,11 +89,13 @@ std::string NVRTCCompile(const std::string& code, bool 
include_path = false) {
     LOG(WARNING) << "cannot detect the compute capability of your Nvidia 
device";
 
     if (e1 != cudaSuccess) {
-      LOG(WARNING) << "due to being unable to read major version (error: " << 
cudaGetErrorString(e1) << ")";
+      LOG(WARNING) << "due to being unable to read major version (error: " << 
cudaGetErrorString(e1)
+                   << ")";
     }
 
     if (e2 != cudaSuccess) {
-      LOG(WARNING) << "due to being unable to read minor version (error: " << 
cudaGetErrorString(e2) << ")";
+      LOG(WARNING) << "due to being unable to read minor version (error: " << 
cudaGetErrorString(e2)
+                   << ")";
     }
 
     LOG(WARNING) << "applying fall back to compute_30";

Reply via email to