Revert "Make directed_test support static libs"

This reverts commit b41a769517.

Reason for revert: <INSERT REASONING HERE>

Change-Id: Ib2d1084ea21461f70f96f95c6025a08f88288357
Tento commit je obsažen v:
Tao Sang
2020-10-09 21:13:34 -04:00
odevzdal Maneesh Gupta
rodič c36c0bad22
revize 5b7533e49f
18 změnil soubory, kde provedl 270 přidání a 288 odebrání
-14
Zobrazit soubor
@@ -54,20 +54,6 @@ int main(int argc, char* argv[]) {
size_t N = 1000000;
size_t Nbytes = N * sizeof(uint32_t);
#ifdef __HIP_ENABLE_PCH
// Verify hip_pch.o
const char* pch = nullptr;
unsigned int size = 0;
__hipGetPCH(&pch, &size);
printf("pch size: %u\n", size);
if (size == 0) {
printf("__hipGetPCH failed!\n");
return -1;
} else {
printf("__hipGetPCH succeeded!\n");
}
#endif
int deviceId;
CHECK(hipGetDevice(&deviceId));
hipDeviceProp_t props;