{"id":27995540,"url":"https://github.com/marty1885/ttmandelbrot","last_synced_at":"2026-06-15T16:32:14.464Z","repository":{"id":290051664,"uuid":"973133591","full_name":"marty1885/ttMandelbrot","owner":"marty1885","description":"Mandelbrot Set using Tenstorrent hardware","archived":false,"fork":false,"pushed_at":"2025-09-11T08:24:08.000Z","size":57,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-11T11:38:36.239Z","etag":null,"topics":["mandelbrot","parallel-computing","tenstorrent"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"0bsd","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marty1885.png","metadata":{"files":{"readme":"README.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-26T10:32:34.000Z","updated_at":"2025-09-11T08:24:11.000Z","dependencies_parsed_at":"2025-09-11T10:19:01.904Z","dependency_job_id":"18a62ab7-3481-437a-bc39-6a6cbbdcaaca","html_url":"https://github.com/marty1885/ttMandelbrot","commit_stats":null,"previous_names":["marty1885/ttmandelbrot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marty1885/ttMandelbrot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marty1885%2FttMandelbrot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marty1885%2FttMandelbrot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marty1885%2FttMandelbrot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marty1885%2FttMandelbrot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marty1885","download_url":"https://codeload.github.com/marty1885/ttMandelbrot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marty1885%2FttMandelbrot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34372121,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"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":["mandelbrot","parallel-computing","tenstorrent"],"created_at":"2025-05-08T20:33:10.084Z","updated_at":"2026-06-15T16:32:14.438Z","avatar_url":"https://github.com/marty1885.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ttMandelbrot - Mandelbrot Set renderer using Tenstorrent hardware\n\nThis program has only been tested on Tenstorrent Wormhole. It WILL NOT work on Grayskull. Tested on Wormhole and Blackhole.\n\n## Build and use\n\n### Dependencies\n- tt-Metalium SDK\n- OpenMP (for CPU reference)\n- libpng (for image saving)\n\n### Build\n\n```bash\nexport TT_METAL_HOME=/path/to/tt-metal\nmkdir build\ncd build\ncmake .. -DCMAKE_BUILD_TYPE=Release\nmake -j\n```\n\n### Usage\n\nThere will be 4 files generated. **Run them in the build directory** else the kernel files will not be found.\n\n* `cpu` - CPU reference implementation\n* `tt_single_core` - Baseline single (Tensix) core implementation using DRAM to store initial real and imaginary parts of the complex number\n* `tt_single_core_nullary` - Baseline single (Tensix) core implementation but the complex number is generated on the fly\n* `tt_multi_core_nullary` - Optimized multi-core implementation version of the above\n\nEach support a set of common parameters:\n- `--width \u003cwidth\u003e` - Width of the image in pixels\n- `--height \u003cheight\u003e` - Height of the image in pixels\n- `--output \u003coutput\u003e` - Output file name (Supported formats: PNG, JPEG, BMP)\n- `--help` - Display the program help message\n\nFor details please refer to the help message.\n\n### Benchmarking\n\n`benchmark.sh` can be run from the root of the project after building to benchmark the performance of the different implementations. The results will be saved in `benchmark.csv`. It must be ran using zsh.\n\n```bash\nzsh benchmark.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarty1885%2Fttmandelbrot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarty1885%2Fttmandelbrot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarty1885%2Fttmandelbrot/lists"}