udacity-cs344-colab icon indicating copy to clipboard operation
udacity-cs344-colab copied to clipboard

Google Colab Notebooks for Udacity CS344 - Intro to Parallel Programming

Results 3 udacity-cs344-colab issues
Sort by recently updated
recently updated
newest added

Python displays these when building projects [ 20%] Building NVCC (Device) object HW1/CMakeFiles/HW1.dir/HW1_generated_student_func.cu.o nvcc fatal : Unsupported gpu architecture 'compute_30' CMake Error at HW1_generated_student_func.cu.o.cmake:222 (message): When building projects, python displays...

As only K80 and T4 available on Colab, just specify SM version to 3.7 and 7.5.

Hi, I'm curious about how you manage to install the opencv requirements before compiling the code. Since I only see these before compilation ``` !git clone https://github.com/depctg/udacity-cs344-colab !pip install git+git://github.com/depctg/nvcc4jupyter.git...