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
.
KomputeProject
/
kompute
Public
Notifications
You must be signed in to change notification settings
Fork
199
Star
2.6k
Code
Issues
75
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
kompute
python
src
main.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 12, 2026
Fix incorrect creation of python arrays in Tensor.data (#440)
Show description for 794a7bf
robquill
authored
794a7bf
View commit details
Copy full SHA for 794a7bf
View code at this point
Browse repository at this point
Commits on Jul 12, 2025
Fix python SpecConst and PushConst bugs (#430)
Show description for 5b8558b
axsaucedo
authored
5b8558b
View commit details
Copy full SHA for 5b8558b
View code at this point
Browse repository at this point
Commits on Jun 10, 2025
Add missing eDeviceAndHost MemoryType to the Python Bindings (#424)
Show description for f8bf4e4
robquill
authored
f8bf4e4
View commit details
Copy full SHA for f8bf4e4
View code at this point
Browse repository at this point
Commits on Dec 10, 2024
add datatype enum to python module (#404)
Show description for 48c127d
koubaa
and
koubaa
authored
48c127d
View commit details
Copy full SHA for 48c127d
View code at this point
Browse repository at this point
Commits on Sep 4, 2024
Add a new Image class which allows using images in GLSL (#388)
Show description for e79fa68
robquill
authored
e79fa68
View commit details
Copy full SHA for e79fa68
View code at this point
Browse repository at this point
Commits on Jul 27, 2022
Fixed building Python package
Show description for 4b7e3b1
COM8
committed
4b7e3b1
View commit details
Copy full SHA for 4b7e3b1
View code at this point
Browse repository at this point
Android and python logging
Show description for 00cc533
COM8
committed
00cc533
View commit details
Copy full SHA for 00cc533
View code at this point
Browse repository at this point
Updated pybind11 bindings
Show description for 2ec35ac
COM8
committed
2ec35ac
View commit details
Copy full SHA for 2ec35ac
View code at this point
Browse repository at this point
New logging framework
Show description for f01bcb6
COM8
committed
f01bcb6
View commit details
Copy full SHA for f01bcb6
View code at this point
Browse repository at this point
Commits on Sep 12, 2021
Updated algo python
Show description for c758ec0
axsaucedo
committed
c758ec0
View commit details
Copy full SHA for c758ec0
View code at this point
Browse repository at this point
Updated docs and renamig kp::Constants
Show description for 9326200
axsaucedo
committed
9326200
View commit details
Copy full SHA for 9326200
View code at this point
Browse repository at this point
Fully functional python
Show description for 2d4c2f7
axsaucedo
committed
2d4c2f7
View commit details
Copy full SHA for 2d4c2f7
View code at this point
Browse repository at this point
Updated python build
Show description for 1972f2c
axsaucedo
committed
1972f2c
View commit details
Copy full SHA for 1972f2c
View code at this point
Browse repository at this point
Updated python to build
Show description for 6113d28
axsaucedo
committed
6113d28
View commit details
Copy full SHA for 6113d28
View code at this point
Browse repository at this point
Commits on Jul 20, 2021
Updated glslang as core dependency
axsaucedo
committed
1357549
View commit details
Copy full SHA for 1357549
View code at this point
Browse repository at this point
Commits on Jun 12, 2021
Set kp_debug, kp_info, kp_warning and kp_error to py::none() when the program terminates.
thinking-tower
committed
0f84be9
View commit details
Copy full SHA for 0f84be9
View code at this point
Browse repository at this point
Commits on May 7, 2021
Updated memory ownership of sharedptr of Tensor to also be refcounted by numpy array returned in data
axsaucedo
committed
ad9c857
View commit details
Copy full SHA for ad9c857
View code at this point
Browse repository at this point
Added destroy for manager
axsaucedo
committed
ee9829a
View commit details
Copy full SHA for ee9829a
View code at this point
Browse repository at this point
Added destroy for manager
axsaucedo
committed
6222cdf
View commit details
Copy full SHA for 6222cdf
View code at this point
Browse repository at this point
Commits on Mar 20, 2021
Added list_devices function and separated new utils function
axsaucedo
committed
a6457ee
View commit details
Copy full SHA for a6457ee
View code at this point
Browse repository at this point
Commits on Mar 12, 2021
raw vk::deviceproperties and python dict
alexander-g
committed
d71d169
View commit details
Copy full SHA for d71d169
View code at this point
Browse repository at this point
Device Properties
alexander-g
committed
f52efce
View commit details
Copy full SHA for f52efce
View code at this point
Browse repository at this point
Commits on Mar 7, 2021
Fixed conflicts
axsaucedo
committed
6fd19b9
View commit details
Copy full SHA for 6fd19b9
View code at this point
Browse repository at this point
Updated python and cpp end to end test and readme to show support for different types on tensor
axsaucedo
committed
8abb231
View commit details
Copy full SHA for 8abb231
View code at this point
Browse repository at this point
Updated to use flatdata on the python
axsaucedo
committed
6a7f410
View commit details
Copy full SHA for 6a7f410
View code at this point
Browse repository at this point
Updated tests and rebased
axsaucedo
committed
a2ee928
View commit details
Copy full SHA for a2ee928
View code at this point
Browse repository at this point
Updated python docstrings
axsaucedo
committed
f569bae
View commit details
Copy full SHA for f569bae
View code at this point
Browse repository at this point
requested changes
alexander-g
committed
6da6bca
View commit details
Copy full SHA for 6da6bca
View code at this point
Browse repository at this point
Commits on Mar 6, 2021
Merge branch 'master' into timestamps
alexander-g
committed
eb47d52
View commit details
Copy full SHA for eb47d52
View code at this point
Browse repository at this point
Updated string
axsaucedo
committed
0a285ef
View commit details
Copy full SHA for 0a285ef
View code at this point
Browse repository at this point
Updated python main.cpp
axsaucedo
committed
45688c7
View commit details
Copy full SHA for 45688c7
View code at this point
Browse repository at this point
support for timestamps
alexander-g
committed
6f5a8f8
View commit details
Copy full SHA for 6f5a8f8
View code at this point
Browse repository at this point
Updated pthon to support desired extensions
axsaucedo
committed
76bd167
View commit details
Copy full SHA for 76bd167
View code at this point
Browse repository at this point
Commits on Mar 4, 2021
Updated python
axsaucedo
committed
647f2f1
View commit details
Copy full SHA for 647f2f1
View code at this point
Browse repository at this point
Commits on Feb 28, 2021
Updated python to align with current configuration
axsaucedo
committed
38f356f
View commit details
Copy full SHA for 38f356f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.