gpu_matrix_multiply
Multiply two matrices using GPU acceleration for faster computation, with an option to force CPU execution if needed.
Instructions
Multiply two matrices with GPU acceleration when beneficial.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes | ||
| force_cpu | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||