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
test
array.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 Oct 1, 2024
Fix OpenCL memory migration on devices with different contexts (#3510)
umar456
authored
cc996ad
View commit details
Copy full SHA for cc996ad
View code at this point
Browse repository at this point
Commits on Aug 17, 2023
Allow access to buffers on other devices with the same context
umar456
committed
bf7d1c8
View commit details
Copy full SHA for bf7d1c8
View code at this point
Browse repository at this point
Move device checks out of getInfo into getArray
umar456
committed
b803eb8
View commit details
Copy full SHA for b803eb8
View code at this point
Browse repository at this point
Commits on Mar 31, 2023
Refactor array test assert calls
umar456
committed
5bb5c16
View commit details
Copy full SHA for 5bb5c16
View code at this point
Browse repository at this point
Commits on Oct 4, 2022
Update deprecated macro from GTest. Add workaround for older versions
umar456
committed
83edd09
View commit details
Copy full SHA for 83edd09
View code at this point
Browse repository at this point
Commits on Jul 9, 2022
Remove unnecessary death test in test/array.cpp
umar456
committed
4d04cd3
View commit details
Copy full SHA for 4d04cd3
View code at this point
Browse repository at this point
Commits on Jul 5, 2022
broadcasting in af_arith for binary operations (#2871)
Show description for c115cbc
3 people
authored
c115cbc
View commit details
Copy full SHA for c115cbc
View code at this point
Browse repository at this point
Commits on Jun 22, 2022
Restrict initializer list to fundamental types
Show description for 2688275
umar456
committed
2688275
View commit details
Copy full SHA for 2688275
View code at this point
Browse repository at this point
Commits on Aug 18, 2021
Fix reference count if array used in JIT operations.
Show description for a57b291
umar456
authored and
9prady9
committed
a57b291
View commit details
Copy full SHA for a57b291
View code at this point
Browse repository at this point
Commits on Jul 30, 2021
Move array death test into a separate serially executed test
Show description for 6633e10
9prady9
committed
6633e10
View commit details
Copy full SHA for 6633e10
View code at this point
Browse repository at this point
Commits on Jan 22, 2021
Fix backend copyData to host for zero elements scenario
Show description for 083de75
9prady9
committed
083de75
View commit details
Copy full SHA for 083de75
View code at this point
Browse repository at this point
Commits on Aug 12, 2020
Move initializer_list constructor implementation to the header
Show description for 8fd7eec
umar456
authored and
9prady9
committed
8fd7eec
View commit details
Copy full SHA for 8fd7eec
View code at this point
Browse repository at this point
Commits on Apr 28, 2020
Create a test library to speed up test compilation
umar456
authored and
9prady9
committed
fd01d59
View commit details
Copy full SHA for fd01d59
View code at this point
Browse repository at this point
Commits on Apr 22, 2020
Address all warnings with -Wall flags in GCC 9.3
umar456
authored and
9prady9
committed
3f56eb7
View commit details
Copy full SHA for 3f56eb7
View code at this point
Browse repository at this point
Commits on Apr 9, 2020
std::initializer_list based constructors for af::array
Show description for 612085f
9prady9
committed
612085f
View commit details
Copy full SHA for 612085f
View code at this point
Browse repository at this point
Commits on Feb 15, 2020
Format source files per clang-format style
9prady9
committed
2c819be
View commit details
Copy full SHA for 2c819be
View code at this point
Browse repository at this point
Commits on Jan 24, 2020
Add additional binary and array tests for f16 and types tests
umar456
committed
de0368e
View commit details
Copy full SHA for de0368e
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 Apr 8, 2019
Fix af::array::array_proxy move assignment operator (#2479)
Show description for 1936937
9prady9
authored
1936937
View commit details
Copy full SHA for 1936937
View code at this point
Browse repository at this point
Commits on Jan 24, 2019
Use SUPPORTED_TYPE_CHECK macro to test for supported type
Show description for 9763d2f
umar456
committed
9763d2f
View commit details
Copy full SHA for 9763d2f
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 Jun 19, 2018
Cleanup tests. Fix warnings when running with asan. (#2199)
Show description for 7c6fa42
mlloreda
authored and
umar456
committed
7c6fa42
View commit details
Copy full SHA for 7c6fa42
View code at this point
Browse repository at this point
Commits on Oct 7, 2017
Throw error if scalar template type doesn't match array type
9prady9
authored and
umar456
committed
8370c7a
View commit details
Copy full SHA for 8370c7a
View code at this point
Browse repository at this point
Commits on Jun 17, 2017
add af_get_scalar fn to retrieve first element from array
Show description for a4c36c2
9prady9
authored and
umar456
committed
a4c36c2
View commit details
Copy full SHA for a4c36c2
View code at this point
Browse repository at this point
Empty arrays are 0, 1, 1, 1. Update isVector and tests.
umar456
authored and
pavanky
committed
2e8db09
View commit details
Copy full SHA for 2e8db09
View code at this point
Browse repository at this point
Commits on Mar 14, 2016
array test cleanup required for windows
pavanky
committed
c39e4b7
View commit details
Copy full SHA for c39e4b7
View code at this point
Browse repository at this point
Commits on Mar 10, 2016
BUGFIX: Getting device ptr now forces JIT evaluation.
Show description for 332b6c4
pavanky
committed
332b6c4
View commit details
Copy full SHA for 332b6c4
View code at this point
Browse repository at this point
BUGFIX: Getting device pointer on empty arrays no longer segfaults.
Show description for c1c86b6
pavanky
committed
c1c86b6
View commit details
Copy full SHA for c1c86b6
View code at this point
Browse repository at this point
Commits on Feb 24, 2016
FEAT,TEST,DOC: Adding function to query which device an array was created.
Show description for 9b793f0
pavanky
committed
9b793f0
View commit details
Copy full SHA for 9b793f0
View code at this point
Browse repository at this point
Commits on Dec 1, 2015
BUGFIX: Getting the device pointer performs memory copy when needed
Show description for 37b3c8c
pavanky
committed
37b3c8c
View commit details
Copy full SHA for 37b3c8c
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 Aug 18, 2015
Create instances for const index member functions
umar456
committed
3121ca1
View commit details
Copy full SHA for 3121ca1
View code at this point
Browse repository at this point
Commits on Jul 7, 2015
Adding missing license for a few files
pavanky
committed
a8c6ae9
View commit details
Copy full SHA for a8c6ae9
View code at this point
Browse repository at this point
Commits on Jun 3, 2015
Fixing conflicts between std::array and af::array
shehzan10
committed
ee0c295
View commit details
Copy full SHA for ee0c295
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.