Select Git revision
CheckConfig.m
Mark Winter authored
CheckConfig.m 270 B
% CheckConfig - Get Hydra library configuration information.
% [hydraConfig] = HIP.Cuda.CheckConfig()
% Returns hydraConfig structure with configuration information.
%
function [hydraConfig] = CheckConfig()
[hydraConfig] = HIP.Cuda.Mex('CheckConfig');
end