{"id":24655244,"url":"https://github.com/raiszo/cs334","last_synced_at":"2026-05-06T08:32:56.785Z","repository":{"id":82067709,"uuid":"132711029","full_name":"Raiszo/cs334","owner":"Raiszo","description":"Journey thorugh Intro to Parallel Programming","archived":false,"fork":false,"pushed_at":"2018-07-02T07:00:18.000Z","size":10690,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-21T18:01:54.450Z","etag":null,"topics":["cmake","cs334","cuda","msbuild"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Raiszo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-09T06:21:38.000Z","updated_at":"2018-07-02T07:00:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"4d71d523-31b6-4f3a-8c26-1fcddb8abba6","html_url":"https://github.com/Raiszo/cs334","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Raiszo/cs334","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raiszo%2Fcs334","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raiszo%2Fcs334/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raiszo%2Fcs334/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raiszo%2Fcs334/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Raiszo","download_url":"https://codeload.github.com/Raiszo/cs334/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raiszo%2Fcs334/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32684653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cmake","cs334","cuda","msbuild"],"created_at":"2025-01-25T22:36:32.371Z","updated_at":"2026-05-06T08:32:56.769Z","avatar_url":"https://github.com/Raiszo.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Udacity's Intro to parallel programming course\n\n## Installation Steps\n+ Install opencv, no need to bother with PATH variables, just hard code it to the cmakelists file\n+ Just remember to set your [path env variable correctly](https://docs.opencv.org/2.4/doc/tutorials/introduction/windows_install/windows_install.html#windowssetpathandenviromentvariable), otherwise you'll have to sett OPENCV_DIR mannually D:\n+ Install VS BuildTools, tested with 15.4\n+ Install cudaToolkit, 9.0 coz Tensorflow likes it.\n+ Install cmake and add to PATH\n\n## To be able to build cuda in win10:\nUse cmake and then msbuild, do not forget to set up PATH properly, point to VS15 win64, compare with your OpenCV env variable, coz it might crash if unset\n```bash\ncd \"Problem Set {n}\"\nmkdir build \u0026\u0026 cd build\ncmake -G \"Visual Studio 15 2017 win64\" ..\nmsbuild .\\HW{n}.sln\n```\n\nRemember `msbuild /t:Build /p:Configuration=Release .\\HW{n}.sln` for Release :D\nelse you can do it using cmake :P `cmake --build .` and for release `cmake --build . --config Release`\n\n### Enjoy\n\n---\n\n## Quick Notes\n+ **Problem Set 2** For using dynamic size shared variables when doing convolutions, refer to the example provided [here](http://www.nvidia.com/content/nvision2008/tech_presentations/Game_Developer_Track/NVISION08-Image_Processing_and_Video_with_CUDA.pdf)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraiszo%2Fcs334","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraiszo%2Fcs334","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraiszo%2Fcs334/lists"}