{"id":15911465,"url":"https://github.com/sdpython/td3a_cpp_deep","last_synced_at":"2025-04-03T02:22:09.361Z","repository":{"id":46219053,"uuid":"424736836","full_name":"sdpython/td3a_cpp_deep","owner":"sdpython","description":"Example of a python module using cpp and torch","archived":false,"fork":false,"pushed_at":"2023-04-20T09:56:45.000Z","size":47,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-08T21:03:18.026Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/sdpython.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2021-11-04T20:51:51.000Z","updated_at":"2025-01-06T07:18:24.000Z","dependencies_parsed_at":"2024-10-28T13:20:47.918Z","dependency_job_id":"3a8e99eb-a732-42e9-a301-b10750f76862","html_url":"https://github.com/sdpython/td3a_cpp_deep","commit_stats":{"total_commits":21,"total_committers":1,"mean_commits":21.0,"dds":0.0,"last_synced_commit":"79a2875fc9484ca9ee5c47d52c7e6f8eac9a272d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdpython%2Ftd3a_cpp_deep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdpython%2Ftd3a_cpp_deep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdpython%2Ftd3a_cpp_deep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdpython%2Ftd3a_cpp_deep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdpython","download_url":"https://codeload.github.com/sdpython/td3a_cpp_deep/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246922830,"owners_count":20855462,"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-10-06T15:41:56.784Z","updated_at":"2025-04-03T02:22:09.337Z","avatar_url":"https://github.com/sdpython.png","language":"Python","readme":"\n.. image:: https://circleci.com/gh/sdpython/td3a_cpp_deep/tree/main.svg?style=svg\n    :target: https://circleci.com/gh/sdpython/td3a_cpp_deep/tree/main\n\n.. image:: https://travis-ci.com/sdpython/td3a_cpp_deep.svg?branch=main\n    :target: https://app.travis-ci.com/github/sdpython/td3a_cpp_deep\n    :alt: Build status\n\n.. image:: https://ci.appveyor.com/api/projects/status/9db19ijdr8xplptj?svg=true\n    :target: https://ci.appveyor.com/project/sdpython/td3a-cpp\n    :alt: Build Status Windows\n\n.. image:: https://dev.azure.com/xavierdupre3/td3a_cpp_deep/_apis/build/status/sdpython.td3a_cpp_deep\n    :target: https://dev.azure.com/xavierdupre3/td3a_cpp_deep/\n\n.. image:: https://badge.fury.io/py/td3a_cpp_deep.svg\n    :target: http://badge.fury.io/py/td3a_cpp_deep\n\n.. image:: http://img.shields.io/github/issues/sdpython/td3a_cpp_deep.png\n    :alt: GitHub Issues\n    :target: https://github.com/sdpython/td3a_cpp_deep/issues\n\n.. image:: https://img.shields.io/badge/license-MIT-blue.svg\n    :alt: MIT License\n    :target: http://opensource.org/licenses/MIT\n\n.. image:: https://img.shields.io/github/repo-size/sdpython/td3a_cpp_deep\n    :target: https://github.com/sdpython/td3a_cpp_deep/\n    :alt: size\n\ntd3a_cpp_deep: template to implement torch extension\n====================================================\n\n.. image:: https://raw.githubusercontent.com/sdpython/td3a_cpp_deep/main/doc/_static/logo.png\n    :width: 50\n\n`documentation \u003chttp://www.xavierdupre.fr/app/td3a_cpp_deep/helpsphinx/index.html\u003e`_\n\nSimple template to implement an algorithm with *cython* and *openmp*.\nIt implements simple examples to demonstrate the speed up\nobtained by using *cython*. The module must be compiled\nto be used inplace:\n\n::\n\n    python setup.py build_ext --inplace\n\nGenerate the setup in subfolder ``dist``:\n\n::\n\n    python setup.py sdist\n\nGenerate the documentation in folder ``dist/html``:\n\n::\n\n    python -m sphinx -T -b html doc dist/html\n\nRun the unit tests:\n\n::\n\n    python -m unittest discover tests\n\nOr:\n\n::\n\n    python -m pytest\n\nTo check style:\n\n::\n\n    python -m flake8 td3a_cpp_deep tests examples\n\nThe function *check* or the command line ``python -m td3a_cpp_deep check``\nchecks the module is properly installed and returns processing\ntime for a couple of functions or simply:\n\n::\n\n    import td3a_cpp_deep\n    td3a_cpp_deep.check()\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdpython%2Ftd3a_cpp_deep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsdpython%2Ftd3a_cpp_deep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdpython%2Ftd3a_cpp_deep/lists"}