Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Use native dawn dev package for development #338
Use native dawn dev package for development #338
Changes from 1 commit
badd437
5c03f7b
29a30a6
c0a4475
aab50e7
6525774
c5eb33d
0611de2
dbb915f
ddc74b8
d865652
78a7a82
f5c9edf
0f48045
0ce21b5
7d073a9
58de7e4
1df08b3
b3911e8
91eb988
e6fb2ef
eb1c26b
8e47b6d
359dac6
fa95ba0
8377efd
d76d2b2
99b3eac
9a64e09
ec67c9a
a9b65f1
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Every Tensor should support both read and write, the "usage" parameter should be eliminated. Use "wgpu::BufferUsage::Storage | wgpu::BufferUsage::CopyDst | wgpu::BufferUsage::CopySrc" for internal buffer's usage.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
plase correct the wrong indents of paramters, not only for this function.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your patience, I've modified it. By the way, I've add the layer test for softmax in this repo, please help to check whether it works on your device.
The test case is here. If there is nothing wrong with the test, I will start to complete other ops for evaluation 2.
@huningxin @wzw-intel PTAL.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test passed on my machine with nVidia GPU.