File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: MPL-2.0
2+ # (PMPL-1.0-or-later preferred; MPL-2.0 required for EditorConfig ecosystem)
3+
4+ root = true
5+
6+ [* ]
7+ indent_style = space
8+ indent_size = 2
9+ charset = utf-8
10+ end_of_line = lf
11+ trim_trailing_whitespace = true
12+ insert_final_newline = true
13+
14+ [* .{jl,rs,zig,idr} ]
15+ indent_size = 4
16+
17+ [Makefile ]
18+ indent_style = tab
19+
20+ [* .md ]
21+ trim_trailing_whitespace = false
22+
Original file line number Diff line number Diff line change 1- # SPDX-License-Identifier: PMPL-1.0-or-later
1+ # SPDX-License-Identifier: MPL-2.0
2+ # (PMPL-1.0-or-later preferred; MPL-2.0 required for Julia ecosystem)
23# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
34#
45# AcceleratorGate.jl — Shared coprocessor dispatch infrastructure
Original file line number Diff line number Diff line change 1- # SPDX-License-Identifier: PMPL-1.0-or-later
1+ # SPDX-License-Identifier: MPL-2.0
2+ # (PMPL-1.0-or-later preferred; MPL-2.0 required for Julia ecosystem)
23using Test
34using AcceleratorGate
45
You can’t perform that action at this time.
0 commit comments