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

WGSL compilation: usage of #4936

Closed
aleino-nv opened this issue Aug 28, 2024 · 2 comments
Closed

WGSL compilation: usage of #4936

aleino-nv opened this issue Aug 28, 2024 · 2 comments
Assignees
Labels
goal:forward looking Feature needed at a later date, not connected to a specific use case. kind:enhancement a desirable new feature, option, or behavior

Comments

@aleino-nv
Copy link
Collaborator

aleino-nv commented Aug 28, 2024

The following tests fail to produce WGSL due to usage of each corresponding function

  • 'AllMemoryBarrier'
    • compute\texture-subscript
  • 'AllMemoryBarrierWithGroupSync'
    • compute\half-rw-texture-convert2
  • 'GetDimensions'
    • compute\texture-get-dimensions
  • 'GroupMemoryBarrierWithGroupSync'
    • compute\groupshared
  • 'InterlockedAdd'
    • compute\nonuniformres-atomic
  • 'Load'
    • compute\constant-buffer-memory-packing
    • compute\dynamic-dispatch-13
    • compute\dynamic-dispatch-14
    • compute\dynamic-dispatch-15
    • compute\dynamic-dispatch-16
    • compute\dynamic-dispatch-17
    • compute\dynamic-dispatch-bindless-texture
    • compute\nonuniformres-array-of-textures
  • 'NonUniformResourceIndex'
    • compute\nonuniformres-nested-rwstructuredbuf
    • compute\unbounded-array-of-array
    • compute\unbounded-array-of-array-syntax
  • 'Sample'
    • compute\compile-time-loop
    • compute\discard-stmt
    • compute\texture-sampling
  • 'SampleGrad'
    • compute\texture-sample-grad-offset-clamp
  • 'SampleLevel'
    • compute\texture-simple
  • 'SampleLevel'
    • compute\texture-simpler
  • 'TraceRayInline'
    • compute\ray-tracing-inline
  • 'all'
    • compute\texture-subscript-multisample
    • compute\vector-scalar-compare
  • 'any'
    • compute\half-vector-compare
  • 'asint'
    • compute\structured-buffer-of-matrices
  • 'asuint'
    • compute\pack-any-value-16bit
  • 'f32tof16_'
    • compute\half-opaque-convert
  • 'max'
    • compute\ssa-reduce-bug
  • 'mul'
    • compute\column-major
    • compute\default-major
    • compute\kernel-context-threading
    • compute\non-square-column-major
    • compute\non-square-row-major
    • compute\row-major
    • compute\static-const-matrix-array
  • 'sin'
    • compute\transcendental
    • compute\transcendental-double
@aleino-nv aleino-nv self-assigned this Aug 28, 2024
@aleino-nv aleino-nv added goal:forward looking Feature needed at a later date, not connected to a specific use case. kind:enhancement a desirable new feature, option, or behavior labels Aug 28, 2024
@aleino-nv
Copy link
Collaborator Author

I just resolved the asint issues. Took a while to figure out how to specify stuff for the capability system, but I hope the rest of the functions will go pretty smoothly now.

@aleino-nv
Copy link
Collaborator Author

This should be handled by #5053

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
goal:forward looking Feature needed at a later date, not connected to a specific use case. kind:enhancement a desirable new feature, option, or behavior
Projects
None yet
Development

No branches or pull requests

1 participant