conda 설치 https://roadtosuccess.tistory.com/54 [Anaconda] Conda란?(Feat. Conda 설치하기, Conda 기본 명령어)콘다(Anaconda or Conda)란? 콘다란 언어의 패키지, 의존관계, 환경을 관리하는 가상환경 도구입니다. 파이썬의 경우 2.x부터 시작해서 패키지의 버전에 따라 의존성이 강하기 때문에 콘다와 같은 가roadtosuccess.tistory.com DLCompiler/TVM 06:58:17
Window에서 Linux 서버로 폴더 전송 melitina915@CASSLAB-Server15:~$ chmod 777 meli PS C:\meli\ASO\tutorial\ASO_intern_tutorial\ASO_intern_tutorial> scp -P 4121 -r -o ProxyJump=melitina915@165.132.118.137:4121 "C:\meli\ASO\tutorial\ASO_intern_tutorial\ASO_intern_tutorial\tvm" melitina915@165.132.142.206:~/melimelitina915@165.132.118.137's password:melitina915@165.132.142.206's password:3_TVM_Tutorial.pdf .. DLCompiler/TVM 02:11:37
gcc g++ install https://linuxize.com/post/how-to-install-gcc-compiler-on-ubuntu-18-04/ https://blog.naver.com/tinz6461/222181958151 gcc 여러 버전 설치 후 원하는 버전 선택하는 방법연구를 하다보면 gcc 호환문제로 인해 충돌이 발생해서 빌드업이 안될 때가 있다 (내 경우 opencv는 6 이하...blog.naver.com DLCompiler/TVM 2025.07.23
TVM install https://tvm.apache.org/docs/install/from_source.html Installing TVM > Install from Source Edit on GitHub Install from Source This page gives instructions on how to build and install the TVM package from source. Table of Contents Apache TVM requires the following dependencies: CMake (" data-og-host="tvm.apache.org" data-og-source-url="https://tvm.apache.org/docs/install/from_source.html" data-og-.. DLCompiler/TVM 2025.07.23
WSL CMake install https://mong9data.tistory.com/124 Ubuntu에서 CMake 설치 방법들어가며 본 글은 WSL2 Ubuntu 20.04LTS 버전에서 CMake를 설치 및 업데이트하는 방법에 대한 내용입니다. WSL2가 아니더라도 Ubuntu면 모두 동일하게 이 방법을 적용할 수 있습니다. | 주의 사항 CMake는 일mong9data.tistory.com DLCompiler/TVM 2025.07.17
OpenCL SGEMM tutorial https://cnugteren.github.io/tutorial/pages/page1.html OpenCL matrix-multiplication SGEMM tutorial cnugteren.github.io https://yunmorning.tistory.com/37 OpenCL에서 효율적인 행렬곱(matrix multiplication) 수행행렬 A: M x K 행렬 B: K x N 행렬 C: M x N 이 글에서는 OpenCL에서 $C = A \times B$를 효율적으로 계산하는 방법에 대한 내용을 다룬다. 총 4가지 버전의 구현이 있으며 설명 순서대로 incrementally 성능이 개yunmorning.tistory.com https://roadtosuccess.tistory.com/51 .. DLCompiler/OpenCL 2025.07.13
그냥 이거로 하자... ===========================사용된 도커 이미지 : PyTorch 2.3.1 (CUDA 12.1)# Miniforge 설치$ wget "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"$ bash Miniforge3-$(uname)-$(uname -m).sh -b$ ~/miniforge3/condabin/conda init$ source ~/.bashrc# Mamba를 사용하여 PoCL 설치$ mamba install pocl$ mkdir -p /etc/OpenCL/vendors$ ln -s ~/miniforge3/etc/OpenCL/vendors/poc.. DLCompiler/OpenCL 2025.07.12
PoCL https://discourse.mc-stan.org/t/running-stan-on-the-gpu-with-opencl-on-wsl-seeking-assistance/36149/11 Running Stan on the GPU with OpenCL on WSL: Seeking Assistance@mippeqf Thank you for your reply. I’m relieved to hear that my path settings seem to be correct. Just to be thorough, here are my PATH and LD_LIBRARY_PATH settings: $ echo $PATH /home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxb.. DLCompiler/OpenCL 2025.07.11
WSL2 Ubuntu 24.04 NVIDIA CUDA Toolkit OpenCL 세팅 최종 정리 Windows 기능 켜기/끄기https://21june.tistory.com/2 [딥러닝 환경 세팅] 윈도우에서 Tensorflow GPU 환경 구성하기 (WSL2, CUDA, Anaconda)최근에 딥러닝을 공부하고 있습니다. 어느 정도 공부가 되어 실전에서 사용하려고 하니 GPU 세팅이 안되있어서 성능이 좋지 않았습니다. 포스팅된 내용들로 하는데 잘 안되더군요. 살펴보니 Tenso21june.tistory.com NVIDIA Drivernvidia-smihttps://www.nvidia.com/en-us/drivers/ Download The Latest Official NVIDIA DriversDownload the latest official NVIDIA drivers to enhance your.. DLCompiler/OpenCL 2025.07.11
locate, updatedb https://withcoding.com/98 리눅스 locate 명령어 사용법 정리 (updatedb 명령어, mlocate 설치, 파일 검색)리눅스(Linux)에서 파일을 검색하기 위해 주로 find 명령어를 사용합니다. find 명령어는 다양한 옵션이 있어서 원하는 파일을 거의 완벽하게 찾아낼 수 있지만 처음부터 하나하나 검색을 수행하기withcoding.com DLCompiler/OpenCL 2025.07.10