Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
streamexecutor/examples/Example.cpp | ||
---|---|---|
44 ↗ | (On Diff #69791) | Not for this patch, but these seem like they might be good as helpers in some public header. (I see below that you're saying that users would want to convert to their own custom error-handling framework, but "getOrDie" does seem to be a pretty common way of "handling" errors.) |
161 ↗ | (On Diff #69791) | It's really too bad that we have to do this manually. Would it be possible to make GlobalDeviceMemoryBase into an owning pointer? We have GlobalDeviceMemorySlice as our non-owning pointer... |