We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf62e0b commit 7fef530Copy full SHA for 7fef530
.github/workflows/sycl-docs.yml
@@ -53,7 +53,7 @@ jobs:
53
touch .nojekyll
54
# Update benchmarking dashboard configuration
55
cat << EOF > benchmarks/config.js
56
- remoteDataUrl = 'https://raw.githubusercontent.com/intel/llvm-ci-perf-results/refs/heads/unify-ci/data.json';
+ remoteDataUrl = 'https://raw.githubusercontent.com/intel/llvm-ci-perf-results/refs/heads/unify-ci/';
57
defaultCompareNames = ["Baseline_PVC_L0"];
58
EOF
59
# Upload the generated docs as an artifact and deploy to GitHub Pages.
0 commit comments