From bdc0377bd1d332c8e181be2ae652c651143b5381 Mon Sep 17 00:00:00 2001 From: Li-Wen Chang Date: Mon, 20 Feb 2023 15:32:01 -0800 Subject: [PATCH] Add NVVM description --- compiler/doc/gpu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/doc/gpu.md b/compiler/doc/gpu.md index 5b861bcb1..71a164906 100644 --- a/compiler/doc/gpu.md +++ b/compiler/doc/gpu.md @@ -105,7 +105,7 @@ func.func private @matmul_tiled(%arg0: memref<128x64xf32>, %arg1: memref<64x64xf ByteIR Compiler supports NVIDIA GPU backends through either LLVM PTX codegen or a CUDA C source code emitter. -Other targets, such as cubin codegen, will be the future work. +Other targets, such as NVIDIA official [NVVM compiler](https://docs.nvidia.com/cuda/nvvm-ir-spec/) or LLVM cubin codegen, will be the future work. ### LLVM PTX codegen