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 }}
Theano
/
libgpuarray
Public
Notifications
You must be signed in to change notification settings
Fork
92
Star
189
Code
Issues
62
Pull requests
6
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Ufuncs and reductions
- #318
#318
Open
kohr-h
wants to merge 29 commits into
Theano:master
Theano/libgpuarray:master
from
kohr-h:ufuncs
Copy head branch name to clipboard
Conversation
Commits
29
(29)
Checks
Files changed
Open
Ufuncs and reductions
#318
kohr-h
wants to merge 29 commits into
Theano:master
Theano/libgpuarray:master
from
kohr-h:ufuncs
Copy head branch name to clipboard
Commits
Commits on Jul 6, 2017
ENH: add numpy-style ufuncs and reductions
Holger Kohr
committed
4730095
View commit details
Copy full SHA for 4730095
Browse repository at this point
TST: add tests for ufuncs and reductions
Holger Kohr
committed
baf0d9b
View commit details
Copy full SHA for baf0d9b
Browse repository at this point
TST: add test and fixes for binary ufuncs with scalars
Holger Kohr
committed
159133f
View commit details
Copy full SHA for 159133f
Browse repository at this point
TEMP: insert debug print into call_compiler to see kernel source
Holger Kohr
committed
66d69b9
View commit details
Copy full SHA for 66d69b9
Browse repository at this point
TST: rewrite tests in yield style
Holger Kohr
committed
f03bf65
View commit details
Copy full SHA for f03bf65
Browse repository at this point
MAINT: various minor fixes
Holger Kohr
committed
988adf8
View commit details
Copy full SHA for 988adf8
Browse repository at this point
ENH: add `all` and `any` reductions
Holger Kohr
committed
3579188
View commit details
Copy full SHA for 3579188
Browse repository at this point
BUG: fix ufuncs for bool dtype
Show description for 696751f
Holger Kohr
committed
696751f
View commit details
Copy full SHA for 696751f
Browse repository at this point
BUG: fix power function rounding issue
Holger Kohr
committed
55018f1
View commit details
Copy full SHA for 55018f1
Browse repository at this point
TST: fix or filter out tests of ufunc corner cases
Holger Kohr
committed
1dbe9cd
View commit details
Copy full SHA for 1dbe9cd
Browse repository at this point
ENH: use preamble for more complex ufuncs
Holger Kohr
committed
be93694
View commit details
Copy full SHA for be93694
Browse repository at this point
ENH: add some more ufuncs
Holger Kohr
committed
a39d64a
View commit details
Copy full SHA for a39d64a
Browse repository at this point
ENH: implement two-out ufuncs and fix spacing
Holger Kohr
committed
7d6fe84
View commit details
Copy full SHA for 7d6fe84
Browse repository at this point
BUG: fix NaN comparison in ufuncs
Holger Kohr
committed
994eaeb
View commit details
Copy full SHA for 994eaeb
Browse repository at this point
BUG: fix binary ufunc for non-array second op
Holger Kohr
committed
fa04da3
View commit details
Copy full SHA for fa04da3
Browse repository at this point
ENH: make ufuncs classes
Holger Kohr
committed
61b75cf
View commit details
Copy full SHA for 61b75cf
Browse repository at this point
TST: add tests for ufunc.reduce
Holger Kohr
committed
d1c5977
View commit details
Copy full SHA for d1c5977
Browse repository at this point
ENH: use new reductions on ndgpuarray
Holger Kohr
committed
fccfeea
View commit details
Copy full SHA for fccfeea
Browse repository at this point
MAINT: remove Numpy fallbacks in ufuncs
Holger Kohr
committed
fed41eb
View commit details
Copy full SHA for fed41eb
Browse repository at this point
ENH: add __array_ufunc__ interface and more ndgpuarray methods
Holger Kohr
committed
0a8c136
View commit details
Copy full SHA for 0a8c136
Browse repository at this point
MAINT: minor fixes
Holger Kohr
committed
2c99f57
View commit details
Copy full SHA for 2c99f57
Browse repository at this point
BUG: fix circular imports
Holger Kohr
committed
bc14f52
View commit details
Copy full SHA for bc14f52
Browse repository at this point
BUG: fix qualname of accumulate
Holger Kohr
committed
627a448
View commit details
Copy full SHA for 627a448
Browse repository at this point
BUG: remove imports from builtin
Holger Kohr
committed
b6a8901
View commit details
Copy full SHA for b6a8901
Browse repository at this point
MAINT: raise TypeError for deprecated boolean ops in numpy >= 1.13
Holger Kohr
committed
48906b7
View commit details
Copy full SHA for 48906b7
Browse repository at this point
TST: avoid failing test due to not implemented reduction
Holger Kohr
committed
0bf6043
View commit details
Copy full SHA for 0bf6043
Browse repository at this point
BUG: fix missing precision in deg2rad constant
Holger Kohr
committed
9f0a578
View commit details
Copy full SHA for 9f0a578
Browse repository at this point
MAINT: add optional context parameter to ufuncs and friends
Holger Kohr
committed
dd88c9a
View commit details
Copy full SHA for dd88c9a
Browse repository at this point
MAINT: remove debug print statement from gpuarray_buffer_cuda.c
Holger Kohr
committed
efea028
View commit details
Copy full SHA for efea028
Browse repository at this point
You can’t perform that action at this time.