Updates docs for hipHcc* functions, move to header

[ROCm/hip commit: 83140f8423]
Esse commit está contido em:
Ben Sander
2016-09-17 08:40:47 -05:00
commit f028a2e833
3 arquivos alterados com 5 adições e 6 exclusões
-6
Ver Arquivo
@@ -1973,9 +1973,6 @@ void ihipStream_t::copyAsync(void* dst, const void* src, size_t sizeBytes, unsig
//-------------------------------------------------------------------------------------------------
// HCC-specific accessor functions:
/**
* @return #hipSuccess, #hipErrorInvalidDevice
*/
//---
hipError_t hipHccGetAccelerator(int deviceId, hc::accelerator *acc)
{
@@ -1993,9 +1990,6 @@ hipError_t hipHccGetAccelerator(int deviceId, hc::accelerator *acc)
}
/**
* @return #hipSuccess
*/
//---
hipError_t hipHccGetAcceleratorView(hipStream_t stream, hc::accelerator_view **av)
{