Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 280 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 280 Bytes

offload-explorer.vim

A simple plugin to view PTX, AMDHSA, LLVM IR, etc. generated by DPC++, Intel's SYCL compiler.

Customisation

You can specify which SYCL compiler to use with the following vim variable:

let g:offload_explorer_cxx = "/path/to/my/sycl/compiler"