Currently the ChRIS plugin spec requires the resource-related fields
max_memory_limit or (MiB, GiB)
min_cpu_limit (millicores)
min_gpu_limit (int)
The spec has inadequate detail for representing resource request needs for ML apps (typically GPU). An app might require specifically...
- CPU supports AVX extensions
- GPU has a specific compute capability
- GPU has xGB VRAM
Currently the ChRIS plugin spec requires the resource-related fields
max_memory_limitor (MiB, GiB)min_cpu_limit(millicores)min_gpu_limit(int)The spec has inadequate detail for representing resource request needs for ML apps (typically GPU). An app might require specifically...