Duke-GCB / calrissian

CWL on Kubernetes
https://duke-gcb.github.io/calrissian/
MIT License
42 stars 16 forks source link

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

Open fabricebrito opened 5 months ago

fabricebrito commented 5 months ago

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