-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
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
Simple and extended python examples do not work (v 0.7.0) #228
Comments
Thanks @yves-surrel - it seems the examples are outdated, I will have a look at this. Are you abel to run the python test files to see if those work? It's under |
Here they are: https://github.com/EthicalML/vulkan-kompute/blob/master/python/test/test_kompute.py
|
Here is the working "simple" example:
|
Thank you @yves-surrel - would you be interested on contributing this as a PR? I can help testing that the documentation all works as expected |
I've updated the readme to align with the test to ensure that it correctly runs |
In Line 28 of the "simple" example,
OpAlgoSyncLocal
does not exist. I tried replacing byOpTensorSyncLocal
, but the test fails astensor_out.data()
remains stuck to (0, 0, 0).The "extended" example does not compile at line 8
with
At line #12
refers to a non-existent attribute (
eval_tensor_create_def
) ofManager
, etc.(MacBookPro 2017, MacOs 11.2.1)
The text was updated successfully, but these errors were encountered: