Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/workflows/sycl-ur-perf-benchmarking.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Benchmarks

# This workflow is a WIP: this workflow file acts as a placeholder.

on: [ workflow_dispatch ]

jobs:
do-nothing:
runs-on: ubuntu-latest
steps:
- run: echo 'This workflow is a WIP.'

2 changes: 2 additions & 0 deletions .github/workflows/ur-benchmarks-reusable.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Benchmarks Reusable

# This workflow is a WIP: This workflow file acts as a placeholder.
#
# This workflow is set to be merged into benchmark.yml

on: [ workflow_call ]

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ur-benchmarks.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Benchmarks

# This workflow is a WIP: this workflow file acts as a placeholder.
#
# This workflow is set to be merged into benchmark.yml

on: [ workflow_dispatch ]

Expand Down
Loading