https://github.com/twesterhout/halide-haskell

Haskell bindings to Halide

https://github.com/twesterhout/halide-haskell

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (0.8%) to scientific vocabulary

Keywords

gpu halide haskell high-performance-computing jit
Last synced: 6 months ago · JSON representation

Repository

Haskell bindings to Halide

Basic Info
  • Host: GitHub
  • Owner: twesterhout
  • License: bsd-3-clause
  • Language: Haskell
  • Default Branch: master
  • Homepage:
  • Size: 714 KB
Statistics
  • Stars: 20
  • Watchers: 3
  • Forks: 4
  • Open Issues: 4
  • Releases: 1
Topics
gpu halide haskell high-performance-computing jit
Created over 4 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Changelog License

README.md

test-readme/README.lhs

Owner

  • Name: Tom Westerhout
  • Login: twesterhout
  • Kind: user
  • Company: Radboud University

GitHub Events

Total
Last Year

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 133
  • Total Committers: 2
  • Avg Commits per committer: 66.5
  • Development Distribution Score (DDS): 0.023
Top Committers
Name Email Commits
Tom Westerhout 1****t@u****m 130
Alexei Drake a****e@t****o 3
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 4
  • Total pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: about 2 hours
  • Total issue authors: 4
  • Total pull request authors: 2
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.33
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • chrismwendt (1)
  • dpwiz (1)
  • liamzee (1)
  • npatsakula (1)
Pull Request Authors
  • AlexeiDrake (2)
  • jul1u5 (1)
Top Labels
Issue Labels
enhancement (2) good first issue (1)
Pull Request Labels

Packages

  • Total packages: 3
  • Total downloads:
    • hackage 320 total
  • Total dependent packages: 3
    (may contain duplicates)
  • Total dependent repositories: 0
    (may contain duplicates)
  • Total versions: 4
  • Total maintainers: 1
hackage.haskell.org: halide-arrayfire

This package provides instances of Language.Halide.IsHalideBuffer for arrays from the arrayfire library.

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 88 Total
Rankings
Dependent packages count: 13.4%
Forks count: 27.5%
Stargazers count: 33.9%
Average: 45.9%
Dependent repos count: 55.0%
Downloads: 99.9%
Maintainers (1)
Last synced: 6 months ago
hackage.haskell.org: halide-JuicyPixels

This package provides instances of Language.Halide.IsHalideBuffer for image types from the JuicyPixels library.

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 76 Total
Rankings
Dependent packages count: 13.4%
Forks count: 27.5%
Stargazers count: 33.9%
Average: 45.9%
Dependent repos count: 55.0%
Downloads: 99.9%
Maintainers (1)
Last synced: 6 months ago
hackage.haskell.org: halide-haskell

Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines. Rather than being a standalone programming language, Halide is embedded in C++. This means you write C++ code that builds an in-memory representation of a Halide pipeline using Halide's C++ API. You can then compile this representation to an object file, or JIT-compile it and run it in the same process. . This package provides Haskell bindings that allow to write Halide embedded in Haskell without C++. . The best way to learn Halide is to have a look at the tutorials. Reference documentation is provided by the haddocks of the Language.Halide module.

  • Versions: 2
  • Dependent Packages: 3
  • Dependent Repositories: 0
  • Downloads: 156 Total
Rankings
Dependent packages count: 12.2%
Forks count: 27.4%
Stargazers count: 43.0%
Average: 47.5%
Dependent repos count: 55.1%
Downloads: 99.7%
Maintainers (1)
Last synced: 6 months ago