Skip to content

Commit f14e8be

Browse files
authored
Merge branch 'main' into build-major-from-headers
2 parents 9ab7d3d + dfd4aff commit f14e8be

18 files changed

Lines changed: 2783 additions & 939 deletions

File tree

.github/actions/doc_preview/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ description: Preview or clean up docs built from PRs
1010
inputs:
1111
source-folder:
1212
required: true
13-
type: string
1413
description: "Source code directory"
1514
pr-number:
1615
required: true
17-
type: string
1816
description: "Pull request number"
1917

2018
runs:

.github/actions/fetch_ctk/action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,15 @@ description: Fetch (or create) a mini CUDA Toolkit from cache
99
inputs:
1010
host-platform:
1111
required: true
12-
type: string
1312
cuda-version:
1413
required: true
15-
type: string
1614
cuda-components:
1715
description: "A list of the CTK components to install as a comma-separated list. e.g. 'cuda_nvcc,cuda_nvrtc,cuda_cudart'"
1816
required: false
19-
type: string
2017
default: "cuda_nvcc,cuda_cudart,cuda_crt,libnvvm,cuda_nvrtc,cuda_profiler_api,cuda_cccl,libnvjitlink,libcufile"
2118
cuda-path:
2219
description: "where the CTK components will be installed to, relative to $PWD"
2320
required: false
24-
type: string
2521
default: "./cuda_toolkit"
2622

2723
runs:

.github/actions/install_unix_deps/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ description: Install needed dependencies, regardless if using GitHub- or self- h
99
inputs:
1010
dependencies:
1111
required: true
12-
type: string
1312
dependent_exes:
1413
required: true
15-
type: string
1614

1715
runs:
1816
using: composite

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ci:
1515
# pre-commit autoupdate --freeze
1616
repos:
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: 9c89adb347f6b973f4905a4be0051eb2ecf85dea # frozen: v0.13.3
18+
rev: 5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83 # frozen: v0.14.10
1919
hooks:
2020
- id: ruff-check
2121
args: [--fix, --show-fixes]
@@ -68,15 +68,15 @@ repos:
6868
- id: rst-inline-touching-normal
6969

7070
- repo: https://github.com/pre-commit/mirrors-mypy
71-
rev: 9f70dc58c23dfcca1b97af99eaeee3140a807c7e # frozen: v1.18.2
71+
rev: a66e98df7b4aeeb3724184b332785976d062b92e # frozen: v1.19.1
7272
hooks:
7373
- id: mypy
7474
name: mypy-pathfinder
7575
files: ^cuda_pathfinder/cuda/.*\.py$ # Exclude tests directory
7676
args: [--config-file=cuda_pathfinder/pyproject.toml]
7777

7878
- repo: https://github.com/rhysd/actionlint
79-
rev: "03d0035246f3e81f36aed592ffb4bebf33a03106" # frozen: v1.7.7
79+
rev: "0933c147c9d6587653d45fdcb4c497c57a65f9af" # frozen: v1.7.10
8080
hooks:
8181
- id: actionlint
8282
args: ["-shellcheck="]

0 commit comments

Comments
 (0)