Skip to content

Introduce stop_at_shortest in sample and round_robin #42

Introduce stop_at_shortest in sample and round_robin

Introduce stop_at_shortest in sample and round_robin #42

Workflow file for this run

# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
name: CI
on:
pull_request:
paths:
- '**.h'
- '**.cc'
- '**.cu'
jobs:
lint_cc:
name: Lint C++
uses: ./.github/workflows/_lint_cc.yaml