home.social

#miopen — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #miopen, aggregated by home.social.

fetched live
  1. Собираем ROCm 7.1 + PyTorch в Windows под свои GPU

    В этой статье я поделюсь опытом сборки еще не вышедшей на момент написания ROCm 7 под свои GPU, даже если их нет в списке официально поддерживаемых архитектур. Затем покажу, как с собранным ROCm 7 собрать PyTorch и запустить ComfyUI.

    habr.com/ru/articles/967998/

    #rocm #rocm7 #cuda #miopen #pytorch #comfyui #stablediffusion #ml #llm #ai

  2. Converting CUDA to ROCm wasn't easy, but relatively straightforward due to how AMD created their API. It was a 1:1 replacement.

    But converting CUDNN to MIOpen is a pain. Some APIs switch the order in which parameters are passed, or take a different number of parameters. And some APIs (e.g., filters) don't even exist so I'll need to understand what this old code is doing before I can attempt to fix what is going on. #darknet #yolo #cudnn #miopen #cpp