{"id":20349489,"url":"https://github.com/zalo/matmul_cuda","last_synced_at":"2025-07-07T00:31:55.186Z","repository":{"id":52811078,"uuid":"521110624","full_name":"zalo/matmul_cuda","owner":"zalo","description":"A simple learning example for CUDA","archived":false,"fork":false,"pushed_at":"2022-08-19T19:00:44.000Z","size":57,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-14T23:40:12.266Z","etag":null,"topics":["cuda"],"latest_commit_sha":null,"homepage":"","language":"Cuda","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zalo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-04T03:31:38.000Z","updated_at":"2022-08-10T19:17:57.000Z","dependencies_parsed_at":"2022-08-23T06:11:20.562Z","dependency_job_id":null,"html_url":"https://github.com/zalo/matmul_cuda","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zalo%2Fmatmul_cuda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zalo%2Fmatmul_cuda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zalo%2Fmatmul_cuda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zalo%2Fmatmul_cuda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zalo","download_url":"https://codeload.github.com/zalo/matmul_cuda/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241878161,"owners_count":20035555,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cuda"],"created_at":"2024-11-14T22:26:05.466Z","updated_at":"2025-03-04T16:23:43.810Z","avatar_url":"https://github.com/zalo.png","language":"Cuda","funding_links":[],"categories":[],"sub_categories":[],"readme":"# matmul_cuda\n A simple learning example for CUDA.\n \n Take in a `.bin` file specifying a series of `int32 rows, int32 cols, int64_t* matrixContents` matrices and multiply them together as quickly as possible.  Save the resultant matrix as `output.bin` in the same format.\n\nOn Windows, this application compiles with:\n```\nnvcc -o matmul_cuda_v2 matmul_cuda.cu -ccbin \"C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30133\\bin\\Hostx64\\x64\" -O 3 -arch=all --extra-device-vectorization\n```\n\nOn Linux, this application compiles with:\n```\nnvcc -o matmul_cuda_v2 matmul_cuda.cu -O 3 -arch=all --extra-device-vectorization\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzalo%2Fmatmul_cuda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzalo%2Fmatmul_cuda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzalo%2Fmatmul_cuda/lists"}