Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi Everyone!! Is Clearml Multi Gpu Support. I Have 2 Machines. Each Machine Have 2 A100 Gpu. Do We Have Any Option To Run Workload In These Gpu. Same Time Like Virtually. Do We Have The Support??

Hi everyone!!
Is clearml multi GPU support. I have 2 machines. each machine have 2 A100 GPU. Do we have any option to run workload in these GPU. same time like virtually. Do we have the support??

  
  
Posted 5 months ago
Votes Newest

Answers 9


Hi @<1561885921379356672:profile|GorgeousPuppy74> , ClearML does support running with multiple GPUs

  
  
Posted 5 months ago

How.. it will support.. when i have 20G+20G in diffrent machine.. how can i run 40G workload

  
  
Posted 5 months ago

clear my doubt.. actually i tried .. i created queue name called test. i attached 2 GPU from diffrent machine.. but workload is going only one GPU.. this is my problem now.. slurm is not happening.

  
  
Posted 5 months ago

same node multiple GPU working but.. diffrent nodes GPU is not balancing the workload

  
  
Posted 5 months ago

I could not find any documentation for this support

  
  
Posted 5 months ago

am reading it

  
  
Posted 5 months ago

if you have 2 agent serving the same queue and then send 2 task to that queue, each agent should take one task
But if you queue sequentially one task then wait until that task to finish and queue the next: then it will be random which agent will take the task. Can be the same on from the previous task
Are you saying that you have 1 agent running task, 1 agent sitting idle while there is a task waiting in the queue and no one is processing it ??

  
  
Posted 5 months ago