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
binary.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 11, 2025
add missing s8 tests
verstatx
authored and
syurkevi
committed
b0be72d
View commit details
Copy full SHA for b0be72d
View code at this point
Browse repository at this point
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 Mar 7, 2025
Add f16 support for modulus and norm (#3258)
Show description for 408b504
3 people
authored
408b504
View commit details
Copy full SHA for 408b504
View code at this point
Browse repository at this point
Commits on Jan 30, 2025
3560 bug incorrect results when using the pow function with float16 arguments with cuda backend (#3561)
Show description for ffda1b6
christophe-murphy
authored
ffda1b6
View commit details
Copy full SHA for ffda1b6
View code at this point
Browse repository at this point
Commits on Jan 8, 2025
3545 bug fp16 types not allowed for atan2 method (#3559)
Show description for f6559a5
christophe-murphy
authored
f6559a5
View commit details
Copy full SHA for f6559a5
View code at this point
Browse repository at this point
Commits on Jul 29, 2023
Fix tests that fail on devices that do not support double
umar456
committed
5d469b8
View commit details
Copy full SHA for 5d469b8
View code at this point
Browse repository at this point
Commits on Mar 10, 2023
Update binary tests to use the new assert test functions
umar456
committed
f148b17
View commit details
Copy full SHA for f148b17
View code at this point
Browse repository at this point
Commits on Jan 21, 2023
Add type checks for tests and different types
umar456
committed
c40eec3
View commit details
Copy full SHA for c40eec3
View code at this point
Browse repository at this point
Commits on Oct 4, 2022
Update clang-format version on github workflow
umar456
committed
e401fce
View commit details
Copy full SHA for e401fce
View code at this point
Browse repository at this point
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 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 May 6, 2020
Fix overflow warning. Make pinverse and cholesky tests SERIAL
umar456
authored and
9prady9
committed
9d4cec2
View commit details
Copy full SHA for 9d4cec2
View code at this point
Browse repository at this point
Commits on May 2, 2020
Add bitwise not operation to all backends
syurkevi
authored and
9prady9
committed
e1d646c
View commit details
Copy full SHA for e1d646c
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 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
Avoid upcasting in operations involving fp16 and scalars
Show description for 05a4050
umar456
committed
05a4050
View commit details
Copy full SHA for 05a4050
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 Oct 17, 2018
Fix pow fn precision for integral types
Show description for 4434023
9prady9
committed
4434023
View commit details
Copy full SHA for 4434023
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 Jun 19, 2017
Add matching af_free_host and use vector instead of new in tests
umar456
authored and
pavanky
committed
7cf4f9a
View commit details
Copy full SHA for 7cf4f9a
View code at this point
Browse repository at this point
Commits on Apr 21, 2017
Fixing correctness of af_pow for complex numbers
pavanky
committed
61a6ae8
View commit details
Copy full SHA for 61a6ae8
View code at this point
Browse repository at this point
Commits on Sep 12, 2016
TEST: Removing global import of namespace std
pavanky
committed
c5f3faf
View commit details
Copy full SHA for c5f3faf
View code at this point
Browse repository at this point
Commits on Jul 15, 2016
FEAT,TEST: Adding support for complex pow, root
pavanky
committed
8839d85
View commit details
Copy full SHA for 8839d85
View code at this point
Browse repository at this point
Commits on Jan 2, 2016
Fix clang warnings (std::abs, pragma ignores)
Show description for c2d7e42
shehzan10
committed
c2d7e42
View commit details
Copy full SHA for c2d7e42
View code at this point
Browse repository at this point
Commits on Jul 15, 2015
BUGFIX: Fixed issues with mixed real and complex types
Show description for 5df0554
pavanky
committed
5df0554
View commit details
Copy full SHA for 5df0554
View code at this point
Browse repository at this point
Commits on Jul 2, 2015
TEST: Add mixed type tests with complex inputs
pavanky
committed
2ee28e7
View commit details
Copy full SHA for 2ee28e7
View code at this point
Browse repository at this point
Commits on Apr 3, 2015
BUGFIX: Maintaining the proper data type in binary functions
pavanky
committed
6700480
View commit details
Copy full SHA for 6700480
View code at this point
Browse repository at this point
Commits on Mar 25, 2015
TEST: get the proper output type for binary operations
pavanky
committed
d4c8da5
View commit details
Copy full SHA for d4c8da5
View code at this point
Browse repository at this point
Commits on Mar 9, 2015
Removed messages an unnecessary functions
umar456
committed
6d18fb7
View commit details
Copy full SHA for 6d18fb7
View code at this point
Browse repository at this point
Commits on Mar 8, 2015
Make tests C++03 complient.
Show description for cc07a2c
umar456
committed
cc07a2c
View commit details
Copy full SHA for cc07a2c
View code at this point
Browse repository at this point
Commits on Jan 24, 2015
TEST: Adding tests for 64 bit ints and bit shift functions
pavanky
committed
bda791c
View commit details
Copy full SHA for bda791c
View code at this point
Browse repository at this point
Commits on Jan 23, 2015
FEAT: Added support for bitand, bitor and bitxor for all backends
Show description for 694ccf9
pavanky
committed
694ccf9
View commit details
Copy full SHA for 694ccf9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.