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

Implement math intrinsics for WGSL #5078

Merged

Commits on Sep 17, 2024

  1. Implement math intrinsics for WGSL

    This commit implements math related intrinsics and a few others for
    WGSL.
    
    The implementation is based on the following doc,
     https://www.w3.org/TR/WGSL
    jkwak-work committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    3ecc358 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3985080 View commit details
    Browse the repository at this point in the history
  3. Fix CI test

    slang-test was looking for the downstream compiler for WGSL even though
    it is not used.
    This commit adds a minimal change to avoid the crash.
    jkwak-work committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    5f103c6 View commit details
    Browse the repository at this point in the history