oneapi-src / level-zero

oneAPI Level Zero Specification Headers and Loader
https://spec.oneapi.com/versions/latest/elements/l0/source/index.html
MIT License
218 stars 96 forks source link

is there a public interface for the C++ API wrapper ? #3

Closed fwyzard closed 4 years ago

fwyzard commented 4 years ago

Under source/wrapper/ there is what looks like a C++ wrapper on top of the Level Zero C API.

While it is built into a set of libraries (libze_api_cpp.a and libzet_api_cpp.a), there doesn't seem to be any public interface for it.

bmyates commented 4 years ago

The C++ wrappers aren't fully implemented yet. We have some pending changes. Our current plan is for the C++ headers to be installed to the same directory as the C headers. Would this fit your use model?

fwyzard commented 4 years ago

That would be perfect, thanks !

bmyates commented 4 years ago

Support for c++ wrappers has been added in 875fef26e2a4a2eb9f4f61dc25e35f30362dc5e9