Skip to content

Vishwajeet-Londhe/SPPU-CSE-SEM8-Codes

Repository files navigation

SPPU BE COMP SEM-VII Practical Codes

Join our Telegram channel here!

  1. LP-V ( HPC, DL )
  2. LP-VI ( NLP Codes + Mini project )
  3. BE Final project LATEX Template

HPC Practicals

Note for Windows Users: Make sure MinGW is installed with pthreads.

For running openmp programs run commands:-

Compile: g++ path/to/file/file_name.cpp -fopenmp

Execute: ./a.out [Linux] or ./a.exe [Windows]

Steps to run CUDA programs on Google Collab:

  1. Go to Google Collab
  2. Create a new Notebook(.ipynb file).
  3. Click on Runtime and change runtime type to GPU.
  4. Now run !pip install git+https://github.com/afnan47/cuda.git in a cell.
  5. On a new cell run %load_ext nvcc_plugin
  6. Test the following code
%%cu
#include <iostream>
int main(){
  std::cout << "Hello World\n";
  return 0;
}
  1. Remember to add %%cu before writing the C++ code for every CUDA program. CUDA is now set.

Still getting errors? Click here for detailed steps

BI Practicals

YouTube Playlist

Miniprojects

HPC

AIML Hons

Rest of the subject projects are within this repo itself



⭐ Click ⭐ if you like the repo. Pull Requests are highly appreciated.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published