Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
arrayfire
/
arrayfire
Public
Notifications
You must be signed in to change notification settings
Fork
555
Star
4.9k
Code
Issues
292
Pull requests
39
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
arrayfire
src
api
c
data.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 11, 2025
signed 8-bit integer support
verstatx
authored and
syurkevi
committed
cdbbc75
View commit details
Copy full SHA for cdbbc75
View code at this point
Browse repository at this point
Commits on Jan 10, 2023
Put all internal symbols in the arrayfire namespace
Show description for 6023172
umar456
committed
6023172
View commit details
Copy full SHA for 6023172
View code at this point
Browse repository at this point
Commits on May 12, 2022
Fix trivial warnings in gcc 12
umar456
committed
a8c5dea
View commit details
Copy full SHA for a8c5dea
View code at this point
Browse repository at this point
Commits on May 28, 2020
Reduce unnecessary instantiations across backends
9prady9
committed
782979b
View commit details
Copy full SHA for 782979b
View code at this point
Browse repository at this point
Commits on Apr 15, 2020
Apply clang-tidy suggestions to all backends (#2839)
Show description for 9404e33
umar456
authored
9404e33
View commit details
Copy full SHA for 9404e33
View code at this point
Browse repository at this point
Commits on Jan 9, 2020
FEAT: function to pad array borders (#2682)
Show description for 1a11988
9prady9
authored and
umar456
committed
1a11988
View commit details
Copy full SHA for 1a11988
View code at this point
Browse repository at this point
Commits on Jul 18, 2019
Add half support for several data functions (#2572)
Show description for 6456de1
umar456
authored and
9prady9
committed
6456de1
View commit details
Copy full SHA for 6456de1
View code at this point
Browse repository at this point
Commits on Jun 28, 2019
Initial f16 support (#2413)
Show description for a23c00b
umar456
authored
a23c00b
View commit details
Copy full SHA for a23c00b
View code at this point
Browse repository at this point
Commits on Jan 1, 2019
Update all source files based on clang-format rules
umar456
authored and
9prady9
committed
7128623
View commit details
Copy full SHA for 7128623
View code at this point
Browse repository at this point
Commits on Nov 19, 2018
Fix several -Wall -Wextra warnings
umar456
committed
e97e7fa
View commit details
Copy full SHA for e97e7fa
View code at this point
Browse repository at this point
Commits on Oct 8, 2017
CMake refactor
Show description for 9733745
umar456
committed
9733745
View commit details
Copy full SHA for 9733745
View code at this point
Browse repository at this point
Commits on Jun 17, 2017
Allow af_create_handle to accept nullptr for dims
umar456
authored and
pavanky
committed
9bee0fc
View commit details
Copy full SHA for 9bee0fc
View code at this point
Browse repository at this point
Commits on Dec 7, 2016
optimization: avoid unnecessarily copying ArrayInfo objects
Vardan Akopian
committed
482eb97
View commit details
Copy full SHA for 482eb97
View code at this point
Browse repository at this point
Commits on Aug 26, 2016
Merge branch 'devel' of https://github.com/arrayfire/arrayfire into philoxdevel
Kumar Aatish
committed
9df98d0
View commit details
Copy full SHA for 9df98d0
View code at this point
Browse repository at this point
Default Random Engine
Show description for 7a7b370
Kumar Aatish
committed
7a7b370
View commit details
Copy full SHA for 7a7b370
View code at this point
Browse repository at this point
Commits on Aug 19, 2016
updates to tests and fixes for opencl,cuda backends
syurkevi
committed
c027dce
View commit details
Copy full SHA for c027dce
View code at this point
Browse repository at this point
Commits on Aug 4, 2016
handle empty arrays in a variety of functions
Show description for d001252
syurkevi
committed
d001252
View commit details
Copy full SHA for d001252
View code at this point
Browse repository at this point
Commits on Mar 10, 2016
Moving all functions related to af_array handling to api/c/array.cpp
pavanky
committed
00131de
View commit details
Copy full SHA for 00131de
View code at this point
Browse repository at this point
BUGFIX: Ensuring the data is destroyed using the proper memory manage.
pavanky
committed
5f3bbb9
View commit details
Copy full SHA for 5f3bbb9
View code at this point
Browse repository at this point
Commits on Feb 23, 2016
Make getInfo check if af_array belongs to current device.
Show description for f0d11b3
pavanky
committed
f0d11b3
View commit details
Copy full SHA for f0d11b3
View code at this point
Browse repository at this point
Commits on Dec 18, 2015
Removed obselete fn of evalArray from all backends
Show description for 5f2f155
9prady9
committed
5f2f155
View commit details
Copy full SHA for 5f2f155
View code at this point
Browse repository at this point
Commits on Nov 6, 2015
Fix iota dims check
shehzan10
committed
6975da8
View commit details
Copy full SHA for 6975da8
View code at this point
Browse repository at this point
Commits on Sep 22, 2015
Added short (s16) and ushort (u16) types for CPU
Show description for ebfe9e5
shehzan10
committed
ebfe9e5
View commit details
Copy full SHA for ebfe9e5
View code at this point
Browse repository at this point
Commits on Jul 14, 2015
Added 64-bit integer type support for functions
Show description for c69ca0a
shehzan10
committed
c69ca0a
View commit details
Copy full SHA for c69ca0a
View code at this point
Browse repository at this point
Commits on Jun 30, 2015
FEAT: Adding function to get use_count of shared pointers
pavanky
committed
0672f56
View commit details
Copy full SHA for 0672f56
View code at this point
Browse repository at this point
Commits on Jun 26, 2015
FEAT: intl/uintl for random
umar456
committed
470cf99
View commit details
Copy full SHA for 470cf99
View code at this point
Browse repository at this point
Commits on May 25, 2015
FEAT/TEST: lower and upper support making the diagonal == 1
pavanky
committed
9084988
View commit details
Copy full SHA for 9084988
View code at this point
Browse repository at this point
Merge branch 'gs_tests' of https://github.com/umar456/arrayfire into devel
pavanky
committed
13aa388
View commit details
Copy full SHA for 13aa388
View code at this point
Browse repository at this point
API: rename af_weak_copy/af_destroy_array to af_retain/af_release
Show description for ba75031
umar456
committed
ba75031
View commit details
Copy full SHA for ba75031
View code at this point
Browse repository at this point
Commits on May 22, 2015
STYLE: af_err enums now have hard coded values
pavanky
committed
aa9b79e
View commit details
Copy full SHA for aa9b79e
View code at this point
Browse repository at this point
Commits on May 19, 2015
STYLE: Changing dim_type to dim_t
Show description for b685fa6
pavanky
committed
b685fa6
View commit details
Copy full SHA for b685fa6
View code at this point
Browse repository at this point
Commits on May 13, 2015
Merge remote-tracking branch 'upstream/devel' into minor_fixes
pavanky
committed
a6f2eea
View commit details
Copy full SHA for a6f2eea
View code at this point
Browse repository at this point
FEAT: Adding setSeed and getSeed for all backends
pavanky
committed
e26f206
View commit details
Copy full SHA for e26f206
View code at this point
Browse repository at this point
Commits on May 12, 2015
FEAT: Adding lower and upper for all backends
pavanky
committed
9f09be4
View commit details
Copy full SHA for 9f09be4
View code at this point
Browse repository at this point
Commits on May 5, 2015
Added write and af_write_array functions to all backends
shehzan10
committed
ee66bdc
View commit details
Copy full SHA for ee66bdc
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.