-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Add amdgpu test for addrspacecasting global vars and the gpu-kernel calling convention #146148
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
Conversation
rustbot has assigned @Mark-Simulacrum. Use |
This PR modifies cc @jieyouxu |
This comment has been minimized.
This comment has been minimized.
Global variables are casted to the default address space works, as the amdgpu target is now merged, a test can be added.
Check that the gpu-kernel calling convention translates to `amdgpu_kernel` when compiling for the amdgpu target.
36ddcb5
to
15c6585
Compare
@bors r+ |
☀️ Test successful - checks-actions |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 55b9b4d (parent) -> 2371802 (this PR) Test differencesShow 4 test diffsStage 1
Stage 2
Additionally, 2 doctest diffs were found. These are ignored, as they are noisy. Job group index
Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 23718020b12d7e5a54f82a19910e8356ee719667 --output-dir test-dashboard And then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
Finished benchmarking commit (2371802): comparison URL. Overall result: ❌ regressions - no action needed@rustbot label: -perf-regression Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (primary 1.4%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 465.905s -> 467.642s (0.37%) |
Add two tests that can now be added, as the amdgpu is merged.
Tracking issue: #135024