Function: set_ts_device
Description
Sets the task schedule required for the computation.
Prototype
- C Prototype
1aclError aclrtSetTsDevice(aclrtTsId tsId)
- Python Function
1ret = acl.rt.set_ts_device(ts_id)
Parameters
Parameter |
Description |
|---|---|
ts_Id |
Int, task schedule required for the computation. If the Ascend AI software stack contains only the AICORE Task Schedule, this parameter is invalid and the AICORE Task Schedule is used by default.
|
Return Value
Return Value |
Description |
|---|---|
ret |
Int, error code. 0 on success; else, failure. |
Parent topic: Device Management