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 }}
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
unified
symbol_manager.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 18, 2023
unified: backend id fix (#3424)
Show description for 4e4a414
pv-pterab-s
and
Gallagher Donovan Pryor
authored
4e4a414
View commit details
Copy full SHA for 4e4a414
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 Nov 21, 2022
Fixes local issue with to_string. Refactor out hash funcitons
Show description for 5a11efe
GuillaumeSchmid
authored and
umar456
committed
5a11efe
View commit details
Copy full SHA for 5a11efe
View code at this point
Browse repository at this point
Commits on Oct 10, 2022
Add support for oneAPI to the unified backend
umar456
committed
227b1b1
View commit details
Copy full SHA for 227b1b1
View code at this point
Browse repository at this point
Commits on May 20, 2020
More clang-tidy fixes.
umar456
authored and
9prady9
committed
9128218
View commit details
Copy full SHA for 9128218
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 19, 2020
Make the symbolManager a static pointer to avoid destruction on exit
Show description for 70a8051
umar456
committed
70a8051
View commit details
Copy full SHA for 70a8051
View code at this point
Browse repository at this point
Commits on Jan 15, 2020
Add log trace support for cuda/opencl jit
Show description for 1649765
9prady9
committed
1649765
View commit details
Copy full SHA for 1649765
View code at this point
Browse repository at this point
Commits on Dec 20, 2019
Optimize unified backend. Remove exceptions in af_get_backend_id.
Show description for ebf9a12
umar456
authored and
9prady9
committed
ebf9a12
View commit details
Copy full SHA for ebf9a12
View code at this point
Browse repository at this point
Commits on Dec 12, 2019
Log dynamic lib loading failures from unified API (#2670)
Show description for e5c9700
9prady9
authored and
umar456
committed
e5c9700
View commit details
Copy full SHA for e5c9700
View code at this point
Browse repository at this point
Commits on Jul 30, 2019
Update the CHECK_ARRAY macro to accept pointer to af_array.
umar456
committed
9b307e7
View commit details
Copy full SHA for 9b307e7
View code at this point
Browse repository at this point
Commits on Apr 1, 2019
Suppress warnings & formatting changes (#2473)
Show description for bdef3da
umar456
authored and
9prady9
committed
bdef3da
View commit details
Copy full SHA for bdef3da
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 3, 2018
Allow custom path for loading dynamic backend libs
Show description for d57ae2c
jacobkahn
authored and
9prady9
committed
d57ae2c
View commit details
Copy full SHA for d57ae2c
View code at this point
Browse repository at this point
Commits on Sep 10, 2018
Fix error when no backends are available.
umar456
committed
d72bd83
View commit details
Copy full SHA for d72bd83
View code at this point
Browse repository at this point
Commits on Aug 13, 2018
Add missing AF_WITH_LOGGING definiton
umar456
authored and
mlloreda
committed
c0c30f5
View commit details
Copy full SHA for c0c30f5
View code at this point
Browse repository at this point
Commits on Aug 9, 2018
spdlog v1.0.0 added as part of ArrayFire by default.
mlloreda
authored and
umar456
committed
72f0c10
View commit details
Copy full SHA for 72f0c10
View code at this point
Browse repository at this point
Commits on Jun 27, 2018
Fix compilation issues with logging symbol manager on Windows builds
umar456
committed
79fee45
View commit details
Copy full SHA for 79fee45
View code at this point
Browse repository at this point
Avoid loading backends with no devices in the unified backend
Show description for 1c4524d
umar456
authored and
9prady9
committed
1c4524d
View commit details
Copy full SHA for 1c4524d
View code at this point
Browse repository at this point
Add trace logging to the unified backend
umar456
authored and
9prady9
committed
722f223
View commit details
Copy full SHA for 722f223
View code at this point
Browse repository at this point
Refactor symbol manager to use module_loading functions
umar456
authored and
9prady9
committed
452f8f2
View commit details
Copy full SHA for 452f8f2
View code at this point
Browse repository at this point
Commits on Aug 23, 2017
Change static objects into pointers to fix release issues on Windows
Show description for 06d019b
umar456
authored and
pavanky
committed
06d019b
View commit details
Copy full SHA for 06d019b
View code at this point
Browse repository at this point
Commits on May 19, 2017
Converting a few static variables to thread_local
pavanky
authored and
umar456
committed
dabd0df
View commit details
Copy full SHA for dabd0df
View code at this point
Browse repository at this point
Commits on Mar 3, 2016
BUGFIX: Append so names when loading the libraries in unified backend.
pavanky
committed
3f3e5c5
View commit details
Copy full SHA for 3f3e5c5
View code at this point
Browse repository at this point
Commits on Feb 16, 2016
Add better error messages coming out of unified api
pavanky
committed
fd87af4
View commit details
Copy full SHA for fd87af4
View code at this point
Browse repository at this point
Commits on Dec 30, 2015
Merge branch 'devel' into async
9prady9
committed
f0b9691
View commit details
Copy full SHA for f0b9691
View code at this point
Browse repository at this point
Synchronize when AF_SYNCHRONOUS_CALLS is set to 1
umar456
committed
1cbffbb
View commit details
Copy full SHA for 1cbffbb
View code at this point
Browse repository at this point
Commits on Dec 29, 2015
Add missing vector include
shehzan10
committed
c074de7
View commit details
Copy full SHA for c074de7
View code at this point
Browse repository at this point
Commits on Dec 28, 2015
Using auto to iterated extra paths in unified
shehzan10
committed
e60fa94
View commit details
Copy full SHA for e60fa94
View code at this point
Browse repository at this point
Using vector<string> in unified for extra paths
shehzan10
committed
7a93d9a
View commit details
Copy full SHA for 7a93d9a
View code at this point
Browse repository at this point
Add extra paths to check for unified on Linux/OSX
shehzan10
committed
1c584de
View commit details
Copy full SHA for 1c584de
View code at this point
Browse repository at this point
Commits on Nov 10, 2015
CHECK_ARRAYS lets C-API return errors in case of arr = 0
shehzan10
committed
7aa5911
View commit details
Copy full SHA for 7aa5911
View code at this point
Browse repository at this point
Add getBackendId function to get backend info of an array
Show description for da4d2cc
shehzan10
committed
da4d2cc
View commit details
Copy full SHA for da4d2cc
View code at this point
Browse repository at this point
Added array/backend checks to unified backend
Show description for efd5c02
shehzan10
committed
efd5c02
View commit details
Copy full SHA for efd5c02
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.