Remove unpinned_copy code. Other cleanup.

Change-Id: Ie3f71439cf1ba729ef223d078917c403d3de879a
Tento commit je obsažen v:
Ben Sander
2016-09-19 18:04:44 -05:00
rodič 5bc18c8603
revize 926aefa930
5 změnil soubory, kde provedl 1 přidání a 573 odebrání
-12
Zobrazit soubor
@@ -1480,16 +1480,4 @@ hipError_t hipHccGetAcceleratorView(hipStream_t stream, hc::accelerator_view **a
return ihipLogStatus(err);
}
// TODO - review signal / error reporting code.
// TODO - describe naming convention. ihip _. No accessors. No early returns from functions. Set status to success at top, only set error codes in implementation. No tabs.
// Caps convention _ or camelCase
// if { }
// Should use ihip* data structures inside code rather than app-facing hip. For example, use ihipCtx_t (rather than hipDevice_t), ihipStream_t (rather than hipStream_t).
// locked_
// TODO - describe MT strategy
//
//// TODO - add identifier numbers for streams and devices to help with debugging.
#if ONE_OBJECT_FILE
#include "unpinned_copy_engine.cpp"
#endif