summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Conversion/GPUToCUDA
diff options
context:
space:
mode:
authorKazuaki Ishizaki <kiszk@users.noreply.github.com>2019-10-20 00:11:03 -0700
committerA. Unique TensorFlower <gardener@tensorflow.org>2019-10-20 00:11:34 -0700
commit8bfedb3ca599ccf3c507e721f4bf5e6a3b026f8c (patch)
treeda6308901341daa89423c3c956a74a881378d71b /mlir/lib/Conversion/GPUToCUDA
parent8317bd85e5cccc8048cd1be1b3b17c19c953764d (diff)
downloadbcm5719-llvm-8bfedb3ca599ccf3c507e721f4bf5e6a3b026f8c.tar.gz
bcm5719-llvm-8bfedb3ca599ccf3c507e721f4bf5e6a3b026f8c.zip
Fix minor spelling tweaks (NFC)
Closes tensorflow/mlir#177 PiperOrigin-RevId: 275692653
Diffstat (limited to 'mlir/lib/Conversion/GPUToCUDA')
-rw-r--r--mlir/lib/Conversion/GPUToCUDA/ConvertKernelFuncToCubin.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/mlir/lib/Conversion/GPUToCUDA/ConvertKernelFuncToCubin.cpp b/mlir/lib/Conversion/GPUToCUDA/ConvertKernelFuncToCubin.cpp
index c76381f9d0a..8c6fdf9aba0 100644
--- a/mlir/lib/Conversion/GPUToCUDA/ConvertKernelFuncToCubin.cpp
+++ b/mlir/lib/Conversion/GPUToCUDA/ConvertKernelFuncToCubin.cpp
@@ -94,9 +94,9 @@ private:
std::string translateModuleToPtx(llvm::Module &module,
llvm::TargetMachine &target_machine);
- /// Converts llvmModule to cubin using the user-provded generator. Location is
- /// used for error reporting and name is forwarded to the CUBIN generator to
- /// use in its logging mechanisms.
+ /// Converts llvmModule to cubin using the user-provided generator. Location
+ /// is used for error reporting and name is forwarded to the CUBIN generator
+ /// to use in its logging mechanisms.
OwnedCubin convertModuleToCubin(llvm::Module &llvmModule, Location loc,
StringRef name);
OpenPOWER on IntegriCloud