Skip to content
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

regenerate_bindings #44

Merged
merged 3 commits into from
Feb 16, 2024
Merged

regenerate_bindings #44

merged 3 commits into from
Feb 16, 2024

Conversation

vchuravy
Copy link
Collaborator

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Jan 17, 2024

Codecov Report

Attention: 3637 lines in your changes are missing coverage. Please review.

Comparison is base (9e01c86) 3.25% compared to head (aa61e0d) 3.03%.
Report is 1 commits behind head on main.

Files Patch % Lines
src/Dialects/16/Linalg.jl 0.00% 564 Missing ⚠️
src/Dialects/15/Linalg.jl 0.00% 421 Missing ⚠️
src/Dialects/16/Transform.jl 0.00% 321 Missing ⚠️
src/Dialects/14/Linalg.jl 0.00% 292 Missing ⚠️
src/Dialects/15/Transform.jl 0.00% 190 Missing ⚠️
src/Dialects/16/SPIRV.jl 0.00% 182 Missing ⚠️
src/Dialects/15/SPIRV.jl 0.00% 112 Missing ⚠️
src/Dialects/14/LLVMIR.jl 0.00% 93 Missing ⚠️
src/Dialects/16/LLVMIR.jl 0.00% 87 Missing ⚠️
src/Dialects/15/LLVMIR.jl 0.00% 71 Missing ⚠️
... and 77 more

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff            @@
##            main     #44      +/-   ##
========================================
- Coverage   3.25%   3.03%   -0.22%     
========================================
  Files        107     107              
  Lines      26059   27923    +1864     
========================================
  Hits         848     848              
- Misses     25211   27075    +1864     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -4502,14 +4502,14 @@ spv.GlobalVariable @var2 bind(1, 2) : !spv.ptr<f32, Uniform>
spv.GlobalVariable @var3 built_in(\"GlobalInvocationId\") : !spv.ptr<vector<3xi32>, Input>
```
"""
function GlobalVariable(; type, sym_name, initializer=nothing, binding=nothing, descriptorSet=nothing, builtin=nothing, location=Location())
function GlobalVariable(; type, sym_name, initializer=nothing, location_=nothing, binding=nothing, descriptorSet=nothing, builtin=nothing, location=Location())
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's slightly odd that we have two location keywords

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed. Maybe the "regular" operation location should be type constrained to IR.Location, there's no good reason I didn't do this yet.
Or would you prefer handling this by using a different name for the attribute, location_attribute or something?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No strong opinion I will leave that up to you.

@vchuravy
Copy link
Collaborator Author

vchuravy commented Feb 7, 2024

@mofeing I did have the Manifest.toml for bindings here xD

This PR is run with the newest binding generator but it created not fully functional bindings x-ref #55

@mofeing mofeing force-pushed the vc/regenerate_bindings branch from 1444953 to ba96ba8 Compare February 15, 2024 14:32
@vchuravy vchuravy merged commit c740c8b into main Feb 16, 2024
5 checks passed
@vchuravy vchuravy deleted the vc/regenerate_bindings branch February 16, 2024 01:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants