ファイル
rocm-systems/tests/src/nvcc/Device/hipGetDeviceCount.cpp
T

8 行
121 B
C++
Raw 通常表示 履歴

#include <hip/hip_runtime_api.h>
#include "test_common.h"
int main()
{
HIP_PRINT_STATUS(hipGetDeviceCount(NULL));
}