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 }}
inducer
/
arraycontext
Public
Notifications
You must be signed in to change notification settings
Fork
11
Star
9
Code
Issues
23
Pull requests
20
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Broadcast array arg in binary ops if it's a valid leaf array type
- #51
#51
Merged
inducer
merged 15 commits into
main
inducer/arraycontext:main
from
fix_49
inducer/arraycontext:fix_49
Copy head branch name to clipboard
Jul 6, 2021
Conversation
Commits
15
(15)
Checks
Files changed
Merged
Broadcast array arg in binary ops if it's a valid leaf array type
#51
inducer
merged 15 commits into
main
inducer/arraycontext:main
from
fix_49
inducer/arraycontext:fix_49
Copy head branch name to clipboard
Commits
Commits on Jun 30, 2021
broadcast arithmetic if arg2 is actx's array
kaushikcfd
committed
fec4b5b
View commit details
Copy full SHA for fec4b5b
Browse repository at this point
define and implement get_array_types
Show description for 174b62d
kaushikcfd
and
alexfikl
committed
174b62d
View commit details
Copy full SHA for 174b62d
Browse repository at this point
adds test_leaf_array_type_broadcasting
kaushikcfd
committed
4492d5f
View commit details
Copy full SHA for 4492d5f
Browse repository at this point
avoid using iff in the docs
Show description for 4b93ef3
kaushikcfd
and
alexfikl
committed
4b93ef3
View commit details
Copy full SHA for 4b93ef3
Browse repository at this point
Commits on Jul 2, 2021
Merge branch 'main' into fix_49
kaushikcfd
authored
ef5edd4
View commit details
Copy full SHA for ef5edd4
Browse repository at this point
Commits on Jul 5, 2021
adds docs for test, tests with scalars
kaushikcfd
committed
974c242
View commit details
Copy full SHA for 974c242
Browse repository at this point
ArrayContext.get_array_types() -> ArrayContext.array_types
kaushikcfd
committed
9255f22
View commit details
Copy full SHA for 9255f22
Browse repository at this point
bcast_actx_array_type -> _bcast_actx_array_type
Show description for 96392c0
kaushikcfd
and
inducer
committed
96392c0
View commit details
Copy full SHA for 96392c0
Browse repository at this point
formatting: remove unused import
kaushikcfd
committed
658fadb
View commit details
Copy full SHA for 658fadb
Browse repository at this point
leaf array bcast types: better code placement
kaushikcfd
committed
2040a8d
View commit details
Copy full SHA for 2040a8d
Browse repository at this point
Commits on Jul 6, 2021
make array_types a property
kaushikcfd
committed
e6b8b1b
View commit details
Copy full SHA for e6b8b1b
Browse repository at this point
docs: grammar
kaushikcfd
committed
eabe193
View commit details
Copy full SHA for eabe193
Browse repository at this point
better var naming: ary_types -> bcast_actx_ary_types
kaushikcfd
committed
9eae9a9
View commit details
Copy full SHA for 9eae9a9
Browse repository at this point
Revert "make array_types a property"
Show description for c647360
inducer
committed
c647360
View commit details
Copy full SHA for c647360
Browse repository at this point
ArrayContext: make array_types a class attribute
inducer
committed
8702db6
View commit details
Copy full SHA for 8702db6
Browse repository at this point
You can’t perform that action at this time.