Skip to content

List all available information about all SYCL devices and platforms

License

Notifications You must be signed in to change notification settings

illuhad/syclinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

syclinfo - a simple tool to query SYCL devices and platforms

syclinfo queries all SYCL devices and platforms for all available information. In that sense, it is the SYCL equivalent to the well-known clinfo for OpenCL. Like clinfo, syclinfo is particularly useful to quickly check the functionality of SYCL installations and devices.

Installing

syclinfo has been tested with the hipSYCL and ComputeCpp SYCL implementations. For hipSYCL, the necessary compilation steps are:

$ mkdir <build directory>; cd <build directory>
$ cmake -DCMAKE_CXX_COMPILER=syclcc <source directory>
$ make

For ComputeCpp, the process is similar but slightly more involved. Apart from setting -DCMAKE_CXX_COMPILER=compute++, the include directories must be pointed to the ComputeCpp include directories and libComputeCpp.so must be linked against.

About

List all available information about all SYCL devices and platforms

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published