{"id":16692504,"url":"https://github.com/meshtag/graphmlir","last_synced_at":"2026-03-06T17:02:52.187Z","repository":{"id":37013918,"uuid":"465345656","full_name":"meshtag/GraphMLIR","owner":"meshtag","description":"MLIR backend for optimising graph algorithms","archived":false,"fork":false,"pushed_at":"2024-03-30T20:28:05.000Z","size":40,"stargazers_count":16,"open_issues_count":7,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T01:14:46.071Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/meshtag.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":"2022-03-02T14:44:27.000Z","updated_at":"2025-04-09T10:20:51.000Z","dependencies_parsed_at":"2025-02-16T06:32:48.085Z","dependency_job_id":"a3d132fa-6696-4db8-b985-1eb97fc5ad97","html_url":"https://github.com/meshtag/GraphMLIR","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/meshtag/GraphMLIR","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meshtag%2FGraphMLIR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meshtag%2FGraphMLIR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meshtag%2FGraphMLIR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meshtag%2FGraphMLIR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meshtag","download_url":"https://codeload.github.com/meshtag/GraphMLIR/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meshtag%2FGraphMLIR/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30186780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T14:42:24.748Z","status":"ssl_error","status_checked_at":"2026-03-06T14:42:14.925Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-12T16:27:21.213Z","updated_at":"2026-03-06T17:02:52.161Z","avatar_url":"https://github.com/meshtag.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GraphMLIR\nAn IR based solution for optimising graph algorithms.\n\n## Clone repository and its dependencies\n```\ngit clone https://github.com/meshtag/GraphMLIR.git\ncd GraphMLIR\ngit submodule update --init\n```\n\n## Build LLVM\n```\ncd llvm \u0026\u0026 mkdir build \u0026\u0026 cd build\ncmake -G Ninja ../llvm \\\n    -DLLVM_ENABLE_PROJECTS=\"mlir\" \\\n    -DLLVM_TARGETS_TO_BUILD=\"host;X86\" \\\n    -DLLVM_ENABLE_ASSERTIONS=ON \\\n    -DCMAKE_BUILD_TYPE=RELEASE\nninja\nninja check-mlir\n```\n\n## Build project\n```\ncd ../../ \u0026\u0026 mkdir build \u0026\u0026 cd build\ncmake -G Ninja .. \\\n    -DMLIR_DIR=$PWD/../llvm/build/lib/cmake/mlir \\\n    -DLLVM_DIR=$PWD/../llvm/build/lib/cmake/llvm \\\n    -DLLVM_ENABLE_ASSERTIONS=ON \\\n    -DCMAKE_BUILD_TYPE=RELEASE \\\n    -DGraphMLIR_EXAMPLES=ON\nninja bfsExample\ncd bin \u0026\u0026 ./bfsExample\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeshtag%2Fgraphmlir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeshtag%2Fgraphmlir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeshtag%2Fgraphmlir/lists"}