{"id":13806232,"url":"https://github.com/DerelictOrg/DerelictCUDA","last_synced_at":"2025-05-13T21:32:41.707Z","repository":{"id":21967577,"uuid":"25292327","full_name":"DerelictOrg/DerelictCUDA","owner":"DerelictOrg","description":"Dynamic bindings to the CUDA library for the D Programming Language.","archived":false,"fork":false,"pushed_at":"2019-02-22T18:22:43.000Z","size":166,"stargazers_count":17,"open_issues_count":0,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-18T22:31:41.394Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"D","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/DerelictOrg.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}},"created_at":"2014-10-16T08:02:19.000Z","updated_at":"2021-11-18T13:07:27.000Z","dependencies_parsed_at":"2022-08-20T03:21:29.661Z","dependency_job_id":null,"html_url":"https://github.com/DerelictOrg/DerelictCUDA","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerelictOrg%2FDerelictCUDA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerelictOrg%2FDerelictCUDA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerelictOrg%2FDerelictCUDA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerelictOrg%2FDerelictCUDA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DerelictOrg","download_url":"https://codeload.github.com/DerelictOrg/DerelictCUDA/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254031366,"owners_count":22002752,"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":[],"created_at":"2024-08-04T01:01:09.173Z","updated_at":"2025-05-13T21:32:41.386Z","avatar_url":"https://github.com/DerelictOrg.png","language":"D","readme":"DerelictCUDA\n============\n\nA dynamic binding to [CUDA][1] for the D Programming Language.\n\nOnly the Driver and Runtime API are provided for now.\n\nPlease see the pages [Building and Linking Derelict][2] and [Using Derelict][3], in the Derelict documentation, for information on how to build DerelictCUDA and load the CUDA library at run time. In the meantime, here's some sample code.\n\n```D\nimport derelict.cuda;\n\nvoid main() {\n\n    DerelictCUDADriver.load();\n    // Now CUDA Driver API functions can be called.\n\n    // Alternatively:\n    DerelictCUDARuntime.load();\n    // Now CUDA Runtime API functions can be called. Driver and Runtime API are exclusive.\n    ...\n}\n```\n\n[1] http://www.nvidia.com/object/cuda_home_new.html\n[2]: http://derelictorg.github.io/compiling.html\n[3]: http://derelictorg.github.io/using.html","funding_links":[],"categories":["Parallel computing"],"sub_categories":["XML"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDerelictOrg%2FDerelictCUDA","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDerelictOrg%2FDerelictCUDA","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDerelictOrg%2FDerelictCUDA/lists"}