SWDEV-449636 - Fixed links in documentation

Fix links in glossary.md and faqs.md which still refer to the archived organizations.

Change-Id: I1d2841be100bf129485684af06d2e7f0f8bc40f6


[ROCm/hip commit: d62ffdd9c5]
Αυτή η υποβολή περιλαμβάνεται σε:
David Galiffi
2024-03-06 13:44:15 -05:00
υποβλήθηκε από Julia Jiang
γονέας 96f17de4a6
υποβολή 5802abfbe6
2 αρχεία άλλαξαν με 10 προσθήκες και 10 διαγραφές
@@ -8,13 +8,13 @@ The default device can be set with hipSetDevice.
- "active host thread" - the thread which is running the HIP APIs.
- HIP-Clang - Heterogeneous AMDGPU Compiler, with its capability to compile HIP programs on AMD platform (https://github.com/RadeonOpenCompute/llvm-project).
- HIP-Clang - Heterogeneous AMDGPU Compiler, with its capability to compile HIP programs on AMD platform (https://github.com/ROCm/llvm-project).
- clr - a repository for AMD Common Language Runtime, contains source codes for AMD's compute languages runtimes: HIP and OpenCL™.
- clr - a repository for AMD Common Language Runtime, contains source codes for AMD's compute languages runtimes: HIP and OpenCL™.
clr (https://github.com/ROCm/clr) contains the following three parts,
hipamd: contains implementation of HIP language on AMD platform.
rocclr: contains common runtime used in HIP and OpenCL™, which provides virtual device interfaces that compute runtimes interact with different backends such as ROCr on Linux or PAL on Windows.
opencl: contains implementation of OpenCL™ on AMD platform.
rocclr: contains common runtime used in HIP and OpenCL™, which provides virtual device interfaces that compute runtimes interact with different backends such as ROCr on Linux or PAL on Windows.
opencl: contains implementation of OpenCL™ on AMD platform.
- hipify tools - tools to convert CUDA code to portable C++ code (https://github.com/ROCm/HIPIFY).