-
Notifications
You must be signed in to change notification settings - Fork 246
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
re-implement zero-initialize option #6109
Labels
goal:quality & productivity
Quality issues and issues that impact our productivity coding day to day inside slang
kind:enhancement
a desirable new feature, option, or behavior
priority:medium
nice to have in next milestone
Comments
kaizhangNV
added
goal:quality & productivity
Quality issues and issues that impact our productivity coding day to day inside slang
kind:enhancement
a desirable new feature, option, or behavior
priority:medium
nice to have in next milestone
labels
Jan 16, 2025
kaizhangNV
added a commit
to kaizhangNV/slang
that referenced
this issue
Jan 16, 2025
Disable -zero-initialize option and disable all the related tests. File shader-slang#6109 to track this issue.
kaizhangNV
added a commit
to kaizhangNV/slang
that referenced
this issue
Jan 16, 2025
Disable -zero-initialize option and disable all the related tests. File shader-slang#6109 to track this issue.
kaizhangNV
added a commit
to kaizhangNV/slang
that referenced
this issue
Jan 16, 2025
Disable -zero-initialize option and disable all the related tests. File shader-slang#6109 to track this issue.
kaizhangNV
added a commit
to kaizhangNV/slang
that referenced
this issue
Jan 17, 2025
Disable -zero-initialize option and disable all the related tests. File shader-slang#6109 to track this issue.
kaizhangNV
added a commit
to kaizhangNV/slang
that referenced
this issue
Jan 17, 2025
Disable -zero-initialize option and disable all the related tests. File shader-slang#6109 to track this issue.
kaizhangNV
added a commit
to kaizhangNV/slang
that referenced
this issue
Jan 17, 2025
Disable -zero-initialize option and disable all the related tests. File shader-slang#6109 to track this issue.
kaizhangNV
added a commit
to kaizhangNV/slang
that referenced
this issue
Jan 22, 2025
Disable -zero-initialize option and disable all the related tests. File shader-slang#6109 to track this issue.
kaizhangNV
added a commit
to kaizhangNV/slang
that referenced
this issue
Jan 23, 2025
Disable -zero-initialize option and disable all the related tests. File shader-slang#6109 to track this issue.
kaizhangNV
added a commit
to kaizhangNV/slang
that referenced
this issue
Jan 23, 2025
Disable -zero-initialize option and disable all the related tests. File shader-slang#6109 to track this issue.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
goal:quality & productivity
Quality issues and issues that impact our productivity coding day to day inside slang
kind:enhancement
a desirable new feature, option, or behavior
priority:medium
nice to have in next milestone
zero-initialize option is disabled in PR:#6058, because we agree that this option should not be implemented in the frontend, because it could violate against the constructor signature, also in could bring us lots of type conformance issues.
We should implement this feature in the backend during IR pass.
This task is to track the effort.
The text was updated successfully, but these errors were encountered: