← 返回首页
GitHub - arrayfire/arrayfire-dotnet: .NET wrapper for ArrayFire · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

arrayfire/arrayfire-dotnet

 master
Go to file
Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
View all files

Repository files navigation

ArrayFire Binding in .NET Standard

ArrayFire is a high performance library for parallel computing with an easy-to-use API. It enables users to write scientific computing code that is portable across CUDA, OpenCL and CPU devices. This project provides .NET bindings for the ArrayFire library. It conforms to .NET Standard 2.x, so it can be used from any .net Language such as C# or F#

Prerequisites

Contents

  • Wrapper/: Contains the C# source code for the .net ArrayFire wrapper library. This is the library that you need to reference from your project.

  • AutoGenTool/: Contains the F# source code for a tool that automatically generates part of the library code. Not meant to be used by consumers of the library.

  • Examples/: contains a few examples demonstrating the usage from both C# and F#

Usage

  1. Install from NuGet

    PM> Install-Package ArrayFire

  • Refer to the Examples folder.

  • Or run in command line

    dotnet "HelloWorld (CSharp).dll"

Documentation

About

.NET wrapper for ArrayFire

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Footer

© 2026 GitHub, Inc.