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
.
marian-nmt
/
marian-dev
Public
Notifications
You must be signed in to change notification settings
Fork
143
Star
292
Code
Issues
110
Pull requests
27
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Small optimizations
- #768
#768
Open
rhenry-nv
wants to merge 14 commits into
marian-nmt:master
marian-nmt/marian-dev:master
from
rhenry-nv:small_optimizations
rhenry-nv/marian-dev:small_optimizations
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Open
Small optimizations
#768
rhenry-nv
wants to merge 14 commits into
marian-nmt:master
marian-nmt/marian-dev:master
from
rhenry-nv:small_optimizations
rhenry-nv/marian-dev:small_optimizations
Copy head branch name to clipboard
Commits
Commits on Dec 2, 2020
Removed memcpy when batchA == batchB for batched matrix multiplication. Reduced the memcpys from 3 to 1 for the general case.
rhenry-nv
committed
3c0cb25
View commit details
Copy full SHA for 3c0cb25
Browse repository at this point
Issue matrix multiplications in cublas and cusparse to the per thread default stream. This have issue each thread issue calls to their own stream instead of the global default stream when marian is…
Show description for 396f6cf
rhenry-nv
committed
396f6cf
View commit details
Copy full SHA for 396f6cf
Browse repository at this point
Reduced the number of times indices need to be copied to the GPU
rhenry-nv
committed
23d3038
View commit details
Copy full SHA for 23d3038
Browse repository at this point
Adds licenses to files changed
rhenry-nv
committed
6c11ba8
View commit details
Copy full SHA for 6c11ba8
Browse repository at this point
Updates licences
rhenry-nv
committed
7eaa40b
View commit details
Copy full SHA for 7eaa40b
Browse repository at this point
Rounds input batches to a multiple of 8 when the gpu backend is being used for better tensor core usage.
rhenry-nv
committed
c52c53b
View commit details
Copy full SHA for c52c53b
Browse repository at this point
updates changelog
rhenry-nv
committed
359430c
View commit details
Copy full SHA for 359430c
Browse repository at this point
Commits on Dec 4, 2020
Fixes changelog
rhenry-nv
committed
342dc8f
View commit details
Copy full SHA for 342dc8f
Browse repository at this point
Renames maxDims to maxWordsInBatchSentence
rhenry-nv
committed
919bcbe
View commit details
Copy full SHA for 919bcbe
Browse repository at this point
Renames batchX to batchDimX
rhenry-nv
committed
160f0c8
View commit details
Copy full SHA for 160f0c8
Browse repository at this point
Adds some comments to state select
rhenry-nv
committed
0caca66
View commit details
Copy full SHA for 0caca66
Browse repository at this point
Commits on Dec 15, 2020
Removes NVIDIA notices in source code and adds NVIDIA to license file
rhenry-nv
committed
c2537c1
View commit details
Copy full SHA for c2537c1
Browse repository at this point
Fixes type in license file
rhenry-nv
committed
8e1c35e
View commit details
Copy full SHA for 8e1c35e
Browse repository at this point
Commits on Mar 5, 2021
Merge remote-tracking branch 'public/master' into small_optimizations
rhenry-nv
committed
f501eab
View commit details
Copy full SHA for f501eab
Browse repository at this point
You can’t perform that action at this time.