We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Although TF_LoadPluggableDeviceLibrary is an experimental API, it is necessary to use GPU on platform like Mac Arm.
TF_LoadPluggableDeviceLibrary
I tried to include this API in code generating but it caused other errors. Now I always add it manually.
extern "C" { pub fn TF_LoadPluggableDeviceLibrary( library_filename: *const ::std::os::raw::c_char, status: *mut TF_Status, ) -> *mut TF_Library; }
This API had better be included.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Although
TF_LoadPluggableDeviceLibrary
is an experimental API, it is necessary to use GPU on platform like Mac Arm.I tried to include this API in code generating but it caused other errors.
Now I always add it manually.
This API had better be included.
The text was updated successfully, but these errors were encountered: