llvm / llvm/offload-test-suite

[AMD][DX] Driver Shader Compiler Crash when no `Proceed` call is present after `TraceRayInline`

Open
#1,321 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
18
Forks
39
Avg merge
2d 18h
Merged PRs (30d)
40

Description

The test Feature/InlineRT/world-ray-echo.test is failing on AMD DX12 in the driver.

This is due to the Proceed function not being called after TraceRayInline.

However, the whole point of the test is that it should be valid to call functions like RayWorldOrigin(), WorldRayDirection(), RayTMin() and RayFlags() even if Proceed has not been called.

This seems to be a driver bug rather than a bug in the offload-test-suite or the test itself.

Other platforms and even WARP execute this test fine.

Tested on driver 26.6.1

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with Feature/InlineRT/world-ray-echo.test and reproduce the failure on AMD DX12 using driver 26.6.1, comparing it with WARP and other platforms. Done would require determining whether the driver behavior can be fixed in the suite or documenting and escalating the AMD driver issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
computer-graphics, testing-qa
Issue type
Bug
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.