{"id":20164696,"url":"https://github.com/nourmorsy/convolution-neural-network-cuda","last_synced_at":"2026-05-13T09:04:02.899Z","repository":{"id":212572873,"uuid":"731823498","full_name":"nourmorsy/Convolution-Neural-Network-Cuda","owner":"nourmorsy","description":"Code for optimization to CNN using CUDA","archived":false,"fork":false,"pushed_at":"2024-11-01T21:47:42.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T14:31:37.208Z","etag":null,"topics":["c","cnn","cuda"],"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/nourmorsy.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":"2023-12-15T00:59:11.000Z","updated_at":"2024-11-01T21:49:13.000Z","dependencies_parsed_at":"2023-12-15T02:48:58.305Z","dependency_job_id":"8806bf52-d93e-4336-b565-1158eb2a8184","html_url":"https://github.com/nourmorsy/Convolution-Neural-Network-Cuda","commit_stats":null,"previous_names":["nourmorsy/convolution-neural-network-cuda"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nourmorsy%2FConvolution-Neural-Network-Cuda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nourmorsy%2FConvolution-Neural-Network-Cuda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nourmorsy%2FConvolution-Neural-Network-Cuda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nourmorsy%2FConvolution-Neural-Network-Cuda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nourmorsy","download_url":"https://codeload.github.com/nourmorsy/Convolution-Neural-Network-Cuda/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241600490,"owners_count":19988715,"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":["c","cnn","cuda"],"created_at":"2024-11-14T00:35:30.155Z","updated_at":"2026-05-13T09:03:57.880Z","avatar_url":"https://github.com/nourmorsy.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CNN with Cuda\n\n## Project Title\n\n### Overview and Goal\nThis project focuses on [brief description of the project's objective, e.g., developing efficient computational layers for a specific application]. The main goal is to provide high-performance computation by leveraging both CPU and GPU resources.\n\n---\n\n### Dependencies\nTo run this project, ensure you have the following installed:\n- GCC or Clang compiler for C/C++ files\n- CUDA toolkit for GPU support\n\n---\n\n### Usage and File Description\n\n#### Files\n- **`layers.c`**: Contains core functionalities, primarily for CPU-based computation.\n- **`layers_cu.cu`**: Contains GPU-optimized functions implemented using CUDA for efficient processing.\n\n#### Running the Project\nTo compile and execute the project:\n\n1. Compile the C file:\n   ```bash\n   gcc layers.c -o layers\n   ```\n2. Compile the CUDA file:\n   ```bash\n   nvcc layers_cu.cu -o layers_gpu\n   ```\n3. Run the files:\n   \n   - **CPU version:**\n     ```bash\n     ./layers\n     ```\n   - **GPU version:**\n     ```bash\n     ./layers_gpu\n     ```\n---     \n### Acknowledgments\n  Special thanks to the teaching assistant for support and guidance:[Nagy K. Aly](https://github.com/nagyaly)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnourmorsy%2Fconvolution-neural-network-cuda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnourmorsy%2Fconvolution-neural-network-cuda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnourmorsy%2Fconvolution-neural-network-cuda/lists"}