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
Accelerator
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 }}
yaomingamd
/
occa
Public
forked from
libocca/occa
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
occa
src
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 16, 2022
[bugfix] OKL for loop init statement (#618)
kris-rowe
authored
2e576e6
View commit details
Copy full SHA for 2e576e6
View code at this point
Browse repository at this point
Commits on Aug 12, 2022
[CMake/Make/bin] Remove vestigial MPI support (#611)
Stefan Frijters
authored and
kris-rowe
committed
ea25a89
View commit details
Copy full SHA for ea25a89
View code at this point
Browse repository at this point
Feature device synchronization (#609)
Show description for 06938b2
kris-rowe
committed
06938b2
View commit details
Copy full SHA for 06938b2
View code at this point
Browse repository at this point
Removes MPI related dependencies. (#608)
kris-rowe
committed
9639c0d
View commit details
Copy full SHA for 9639c0d
View code at this point
Browse repository at this point
Fix cache write races when transformking OKL + Serial/OpenMP kernels (#594)
Stefan Frijters
authored and
kris-rowe
committed
7602447
View commit details
Copy full SHA for 7602447
View code at this point
Browse repository at this point
Commits on Jul 12, 2022
[SYS] Fix frequency units (#601)
noelchalmers
authored
7447dd6
View commit details
Copy full SHA for 7447dd6
View code at this point
Browse repository at this point
Commits on Jun 1, 2022
v1.3 (#590)
kris-rowe
authored
11552d0
View commit details
Copy full SHA for 11552d0
View code at this point
Browse repository at this point
Commits on Apr 12, 2022
Fix unreachable statement that makes the PGI compiler unhappy (#575)
Stefan Frijters
authored
eea8fe0
View commit details
Copy full SHA for eea8fe0
View code at this point
Browse repository at this point
Change loop-bounds inequalities to strict inequalities for nested `@tile` loops.
kris-rowe
authored
9aad333
View commit details
Copy full SHA for 9aad333
View code at this point
Browse repository at this point
Commits on Apr 11, 2022
Bugfix launch bounds (#573)
Show description for 3709b4e
kris-rowe
authored
3709b4e
View commit details
Copy full SHA for 3709b4e
View code at this point
Browse repository at this point
Improve occa preprocessor error messages (#572)
Stefan Frijters
authored
afb6ff0
View commit details
Copy full SHA for afb6ff0
View code at this point
Browse repository at this point
Commits on Mar 9, 2022
OpenMP corrected detection (#555)
wjhorne
authored
0acc68d
View commit details
Copy full SHA for 0acc68d
View code at this point
Browse repository at this point
Commits on Feb 22, 2022
Improve test coverage for primitive types. (#545)
kris-rowe
authored
865d297
View commit details
Copy full SHA for 865d297
View code at this point
Browse repository at this point
Commits on Jan 12, 2022
Fix cached file path to match with actual the file created when check for its existence (#554)
deukhyun-cha
authored
83b48a6
View commit details
Copy full SHA for 83b48a6
View code at this point
Browse repository at this point
Commits on Dec 20, 2021
Bugfix dpcpp examples (#552)
Show description for 3e11ab4
kris-rowe
authored
3e11ab4
View commit details
Copy full SHA for 3e11ab4
View code at this point
Browse repository at this point
Update namespace of local memory allocations. (#551)
kris-rowe
authored
4ef3c3e
View commit details
Copy full SHA for 4ef3c3e
View code at this point
Browse repository at this point
Fix PGI builds (needs newlines at EOF) (#548)
Stefan Frijters
authored
c9bab6f
View commit details
Copy full SHA for c9bab6f
View code at this point
Browse repository at this point
Commits on Dec 17, 2021
[HIP] Fix compiler error and warnings (#547)
Show description for 6f6c4f4
noelchalmers
authored
6f6c4f4
View commit details
Copy full SHA for 6f6c4f4
View code at this point
Browse repository at this point
Commits on Dec 15, 2021
Add oneAPI compilers (Intel/LLVM) to testing matrix. (#542)
kris-rowe
authored
7dd3c62
View commit details
Copy full SHA for 7dd3c62
View code at this point
Browse repository at this point
Commits on Dec 7, 2021
Add the `@nobarrier` attribute to stop barriers from being automatically inserted between `@inner` loop blocks. (#544)
kris-rowe
authored
2abc3e9
View commit details
Copy full SHA for 2abc3e9
View code at this point
Browse repository at this point
Commits on Dec 6, 2021
[Core][Streams] New API to wrap native backend streams (#525)
Show description for 1a4c374
noelchalmers
and
kris-rowe
authored
1a4c374
View commit details
Copy full SHA for 1a4c374
View code at this point
Browse repository at this point
Add non-blocking stream creation (#498)
Show description for 5f5ec0f
deukhyun-cha
authored
5f5ec0f
View commit details
Copy full SHA for 5f5ec0f
View code at this point
Browse repository at this point
[OKL][Feature] `@max_inner_dims` attribute (#531)
Show description for 5db15e0
kris-rowe
and
Stefan
authored
5db15e0
View commit details
Copy full SHA for 5db15e0
View code at this point
Browse repository at this point
Commits on Nov 16, 2021
Fix PGI builds (needs newlines at EOF) (#537)
Stefan Frijters
authored
45462a3
View commit details
Copy full SHA for 45462a3
View code at this point
Browse repository at this point
Commits on Oct 7, 2021
Remove C++17 features from DPC++ headers. (#526)
kris-rowe
authored
95b7a37
View commit details
Copy full SHA for 95b7a37
View code at this point
Browse repository at this point
Commits on Oct 1, 2021
Add logging for high memory watermark. (#522)
Show description for eab1fea
MalachiTimothyPhillips
authored
eab1fea
View commit details
Copy full SHA for eab1fea
View code at this point
Browse repository at this point
Commits on Sep 18, 2021
[Bugfix][OpenCL] Update opencl timing to give meaningful results. (#518)
kris-rowe
authored
9fc908f
View commit details
Copy full SHA for 9fc908f
View code at this point
Browse repository at this point
Commits on Sep 15, 2021
[Core][Modes] New buffer object to track underlying mode allocations … (#490)
Show description for 7d02eac
noelchalmers
and
dmed256
authored
7d02eac
View commit details
Copy full SHA for 7d02eac
View code at this point
Browse repository at this point
Commits on Sep 13, 2021
(#495) Avoid using strncmp in occa::primitive::load whenever the string is too short. (#496)
MalachiTimothyPhillips
authored
5028b14
View commit details
Copy full SHA for 5028b14
View code at this point
Browse repository at this point
[Bugfix][DPCPP] Use correct binary filename when compiling DPC++ kernels. (#513)
kris-rowe
authored
6bf9348
View commit details
Copy full SHA for 6bf9348
View code at this point
Browse repository at this point
Commits on Sep 9, 2021
[Modes] DPC++ backend (#494)
Show description for 182f3d7
5 people
authored
182f3d7
View commit details
Copy full SHA for 182f3d7
View code at this point
Browse repository at this point
Commits on Sep 8, 2021
[Internal] Fix another conflict with re-used stringstream in closure (#511)
Stefan Frijters
authored
e39975c
View commit details
Copy full SHA for e39975c
View code at this point
Browse repository at this point
Commits on Sep 7, 2021
[OpenMP] Fix conflict with re-used stringstream in closure (#510)
Show description for d4f01fe
Stefan Frijters
authored
d4f01fe
View commit details
Copy full SHA for d4f01fe
View code at this point
Browse repository at this point
[#475][Refactor] Remove UVA + umalloc (#507)
dmed256
authored
845c524
View commit details
Copy full SHA for 845c524
View code at this point
Browse repository at this point
[#449][IO] Replace locks with staged temp files (#505)
Show description for 02d6f15
dmed256
authored
02d6f15
View commit details
Copy full SHA for 02d6f15
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.