Skip to content

Anihilator2/oneapi-cli

 
 

Repository files navigation

oneapi-cli tool

Go Report Card

oneapi-cli is a tool to help you get started with Intel® oneAPI

Where to find Intel® oneAPI.

This tool does not provide any of the tools that may be required to compile/run the samples oneapi-cli can extract for you.

Please visit https://software.intel.com/en-us/oneapi for details.

Development Install

Fetch using

go get github.com/intel/oneapi-cli

Alternatively see the tags/releases for a binary build for your OS.

Building

Go 1.13 should be used to build the CLI/TUI app.

git clone https://github.com/intel/oneapi-cli.git
cd oneapi-cli
go build
./oneapi-cli

There is also a build.sh which will embed version information within the build.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.2%
  • Shell 0.8%