Skip to content

Add offload-test-suite support for ldexp #200

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kmpeng
Copy link
Contributor

@kmpeng kmpeng commented May 20, 2025

Closes #95.

  • Test for Half type (ldexp.fp16.test)
  • Test for 32 bit types (ldexp.32.test)

@alsepkow
Copy link

Should 'ldexp.32.test' be something like 'ldexp.fp32.test' instead?

@@ -0,0 +1,62 @@
#--- source.hlsl

StructuredBuffer<float4> In : register(t0);

Choose a reason for hiding this comment

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

Is there a reason we use float4 instead of float?

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.

Add test for ldexp
2 participants