{"id":32750543,"url":"https://github.com/nguyenpanda/gemm","last_synced_at":"2026-05-14T21:02:48.238Z","repository":{"id":321915640,"uuid":"1075204382","full_name":"nguyenpanda/GEMM","owner":"nguyenpanda","description":"Parallel Computing Assignment - K251 - HCMUT - VNU","archived":false,"fork":false,"pushed_at":"2026-01-18T02:05:56.000Z","size":25022,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-06T12:49:12.687Z","etag":null,"topics":["cpp23","cuda","forkjoin","matrix-multiplication","mpi","openmp","openmpi","parallel-computing","simd","simd-instructions","strassen-multiplication"],"latest_commit_sha":null,"homepage":"","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/nguyenpanda.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-13T07:22:32.000Z","updated_at":"2026-01-18T02:06:00.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/nguyenpanda/GEMM","commit_stats":null,"previous_names":["nguyenpanda/gemm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nguyenpanda/GEMM","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nguyenpanda%2FGEMM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nguyenpanda%2FGEMM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nguyenpanda%2FGEMM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nguyenpanda%2FGEMM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nguyenpanda","download_url":"https://codeload.github.com/nguyenpanda/GEMM/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nguyenpanda%2FGEMM/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33043249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cpp23","cuda","forkjoin","matrix-multiplication","mpi","openmp","openmpi","parallel-computing","simd","simd-instructions","strassen-multiplication"],"created_at":"2025-11-03T23:01:04.460Z","updated_at":"2026-05-14T21:02:48.233Z","avatar_url":"https://github.com/nguyenpanda.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenMP Introduction\n\nThis repository by `nguyenpanda` contains `C/C++` code and examples for the `Parallel Computing` course taught by `Dr. Thanh-Dang Diep`, who is a lecturer at `Ho Chi Minh City University of Technology (HCMUT), VNU-HCM`.\n\n## Build \u0026 Run\n\n```bash\ncd \u003cdir\u003e # e.g., performance, test, ...\nmake execute\n```\n\nTip: run `make help` to see all available targets defined in each `Makefile`.\n\n## Repository layout\n\n```bash\nrepo_root\n├── performance\n│   ├── .env\n│   ├── main.cpp\n│   └── Makefile\n│   ...\n│   ...\n├── \u003cdir-num\u003e\n│   ├── .env\n│   ├── main.cpp\n│   └── Makefile\n├── includes\n│   ├── matrix.h\n│   ├── nguyenpanda.h\n│   └── omp_intro.h\n├── Makefile # top-level (primary) Makefile\n├── README.md\n└── template\n    ├── .env\n    ├── main.cpp\n    └── Makefile\n```\n\n- The top-level `repo_root/Makefile` is the primary entry point.\n\n- To override `OpenMP` or `runtime` environment variables for a specific exercise, edit `.env` file.\n\n- To add or tweak compile flags (e.g., `CXXFLAGS`, `LDFLAGS`, `INCLUDES`), edit `Makefile` in `\u003cdir\u003e`. Or adding via command line while compile using `EXTRA_CXXFLAGS` or `EXTRA_MACRO` (e.g., `cd performance \u0026\u0026 make execute EXECUTE=build/BM_MatAdd.exe EXTRA_CXXFLAGS=\"-O3 -Ofast -Wall\"`)\n\n## Directories\n\nA quick map of what each directory (`\u003cdir\u003e`) demonstrates:\n\n| **Name** | **Description** | **Note** |\n|:--------:|-----------------|----------|\n| include | Contains the core of this repo | The implementation is done in header file, because of `C++` template |\n| performance | All benchmarks are done in this repo | Using `Google Benchmark` and contains its own  |\n| test | Testing the correctness of algorithm | Using `Numpy` |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnguyenpanda%2Fgemm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnguyenpanda%2Fgemm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnguyenpanda%2Fgemm/lists"}