calrissian icon indicating copy to clipboard operation
calrissian copied to clipboard

http://commonwl.org/cwltool#CUDARequirement.cudaVersionMin is not supported

Open fabricebrito opened this issue 9 months ago • 0 comments

CUDARequirement supported features is incomplete:

 supported_features = {
        'DockerRequirement': ['class', 'dockerPull'],
        'http://commonwl.org/cwltool#CUDARequirement': ['class', 'cudaDeviceCount', 'cudaDeviceCountMin', 'cudaDeviceCountMax'],
    }

see https://github.com/common-workflow-language/cwltool/blob/main/cwltool/extensions.yml

fabricebrito avatar May 02 '24 21:05 fabricebrito