Skip to content

Analyze and implement lifetime behavior of DeviceSpecificArg, per device op states, etc. #905

@KateUnger

Description

@KateUnger

lib/runtime/src/task_spec/device_specific_arg.h:

How do we make sure that ptr actually gets deallocated eventually (don't fix this this PR, but add an issue or just think about it as we'll need to solve this in the future)

struct DeviceSpecificArg {

  private:
    T *ptr;
    size_t device_idx;
}

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions