| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[Offload] Add olGetMemInfo with platform-less API (#159581) | 10 个月前 | |
[Offload] Add olGetMemInfo with platform-less API (#159581) | 10 个月前 | |
[Offload] Re-allocate overlapping memory (#159567) If olMemAlloc happens to allocate memory that was already allocated elsewhere (possibly by another device on another platform), it is now thrown away and a new allocation generated. A new AllocBases vector is now available, which is an ordered list of allocation start addresses. | 10 个月前 | |
[Offload] Full AMD support for olMemFill (#154958) | 11 个月前 | |
[Offload] Add check-offload-unit for liboffload unittests (#137312) Adds a check-offload-unit target for running the liboffload unit test suite. This unit test binary runs the tests for every available device. This can optionally filtered to devices from a single platform, but the check target runs on everything. The target is not part of check-offload and does not get propagated to the top level build. I'm not sure if either of these things are desirable, but I'm happy to look into it if we want. Also remove the offload/unittests/Plugins test as it's dead code and doesn't build. | 1 年前 | |
[Offload] Replace "EventOut" parameters with olCreateEvent (#150217) Rather than having every "enqueue"-type function have an output pointer specifically for an output event, just provide an olCreateEvent entrypoint which pushes an event to the queue. For example, replace: cpp olMemcpy(Queue, ..., EventOut); with cpp olMemcpy(Queue, ...); olCreateEvent(Queue, EventOut); | 1 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 10 个月前 | ||
| 10 个月前 | ||
| 10 个月前 | ||
| 11 个月前 | ||
| 1 年前 | ||
| 1 年前 |