ManagedCuda.DriverAPINativeMethods.DeviceManagement.cuDeviceGetByPCIBusId C# (CSharp) 메소드

cuDeviceGetByPCIBusId() 개인적인 메소드

private cuDeviceGetByPCIBusId ( ManagedCuda.BasicTypes.CUdevice &dev, byte pciBusId ) : CUResult
dev ManagedCuda.BasicTypes.CUdevice
pciBusId byte
리턴 CUResult
            public static extern CUResult cuDeviceGetByPCIBusId(ref CUdevice dev, byte[] pciBusId);