ROCm Software Platform Repository 469followers https://rocm.docs.amd.com Overview Repositories9 Projects Packages People14 More README.md This organization is now archived and repositories have moved toAMD ROCm™ Software. To learn more about ROCm, check out ourDocumentationandDeveloper Hub. ...
ROCm's implementation of Gromacs. Contribute to ROCmSoftwarePlatform/Gromacs development by creating an account on GitHub.
Jax有支持的,但是需要装ROCm版的。 pytorch和Triton也一样,需要从ROCm Software Platform的github repo来pull。或许直接用AMD发布的docker image。 2023.12A卡深度学习哪些不能做? 发布于 2023-12-11 09:42・IP 属地美国 赞同 分享收藏 写下你的评论... 还没有评论,发表第一个评论吧登录知...
Top 13: OpenBMB/ChatDev 作者:OpenBMB 简介:Create Customized Software using Natural Language Idea (throughLLM-powered Multi-Agent Collaboration) 关注人数:20163 标签:Shell 链接:https://www.github.com/OpenBMB/ChatDev Top 14: mindsdb/mindsdb 作者:mindsdb 简介:The platform for building custom AI, en...
The contents in the MIOpenTensile github repository were created and contributed by MIOpenTensile team. To build MIOpenTensile, git clonehttps://github.com/ROCmSoftwarePlatform/MIOpenTensile-b master cd MIOpenTensile mkdir build; cd build CXX=${ROCM_PATH}/hip/bin/hipcc cmake .. Contributors5...
Dockerfiles for the various software layers defined in the ROCm software platform - ROCm/ROCm-docker
A ROCm enabled platform, more info here Base software stack, which includes OpenCL - OpenCL libraries and header files HIP - HIP and HCC libraries and header files clang-ocl -- required MIOpenGEMM to enable various functionalities including transposed and dilated convolutions. This is optional...
Some of this software may work with more GPUs than the "officially supported" list above, though AMD does not make any official claims of support for these devices on the ROCm software platform.The following list of GPUs are enabled in the ROCm software, though full support is not guaranteed...
git clone https://github.com/ROCmSoftwarePlatform/rocSOLVER.git rocSOLVER requires rocBLAS as a companion GPU BLAS implementation. For more information about rocBLAS and how to install it, see the rocBLAS documentation. After a standard installation of rocBLAS, the following commands will build roc...
$ git clone https://github.com/ROCmSoftwarePlatform/rccl.git $cdrccl $ mkdir build $cdbuild $ CXX=/opt/rocm/bin/hipcc cmake -DCMAKE_PREFIX_PATH=/opt/rocm/ .. $ make -j You may substitute an installation path of your own choosing by passing CMAKE_INSTALL_PREFIX. For example: ...