Skip to content

Commit ebbdf4b

Browse files
authored
Typo GPUImportendTensor
1 parent 4af9354 commit ebbdf4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mltensor-explainer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ It's possible `compute()` may have a performance advantage on some platforms for
296296
- Does the user agent have enough information to appropriately allocate an `MLTensor` if an `MLDeviceType` or `GPUDevice` is not used to create an `MLContext`? See [#350](https://github.com/webmachinelearning/webnn/issues/350) and [#749](https://github.com/webmachinelearning/webnn/issues/749)
297297
- Should the `dispatch()` method be a part of the `MLGraph` interface rather than `MLContext`? Should `readTensor()` and `writeTensor()` exist on an `MLTensor`? See [#697](https://github.com/webmachinelearning/webnn/issues/697).
298298
- Is a sync variant of the `importExternalBuffer()` method feasible (1) on platforms where completion of ML compute can be signaled on a GPU timeline, or (2) when blocking WebGPU workloads which do not themselves block compositing.
299-
- The requirement that an imported `GPUBuffer` may be represented as an `array<T>` in WGSL is very restrictive. Could we instead create a `GPUImportendTensor` type which abstracts away the layout of the underlying tensor?
299+
- The requirement that an imported `GPUBuffer` may be represented as an `array<T>` in WGSL is very restrictive. Could we instead create a `GPUImportedTensor` type which abstracts away the layout of the underlying tensor?
300300

301301
## Considered Alternatives
302302

0 commit comments

Comments
 (0)