Skip to content

Commit 38eaba7

Browse files
committed
Remove TBD for device support, link to issue in TODO
1 parent ca85171 commit 38eaba7

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

spec/design_topics/device_support.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.. _device-support:
2+
3+
# Device support
4+
5+
TODO. See https://github.com/data-apis/array-api/issues/39
6+

spec/design_topics/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Design topics & constraints
1111
static_typing
1212
array_ducktyping
1313
data_interchange
14+
device support
1415
missing_data
1516
portability
1617
C_API

spec/purpose_and_scope.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ The scope of the array API standard includes:
2929
- Casting rules, broadcasting, indexing
3030
- Data interchange. I.e. protocols to convert one type of array into another
3131
type, potentially sharing memory.
32+
- Device support.
3233

3334
Furthermore, meta-topics included in this standard include:
3435

@@ -128,12 +129,6 @@ extensions are dealt with_):
128129

129130
### TBD whether or not in scope, or for a later version
130131

131-
- Device support (related to array creation on a specific device).
132-
133-
_This can be important, however there's no uniform syntax for it currently
134-
and it may not make sense to add such syntax to libraries that only support a
135-
single device type._
136-
137132
- Random number generation, Fourier transforms, and miscellaneous functionality
138133
like a padding function.
139134

0 commit comments

Comments
 (0)