Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Zydis | 2,901 | 9 days ago | 47 | mit | C | |||||
Fast and lightweight x86/x86-64 disassembler and code generation library | ||||||||||
Godot Go | 287 | 8 days ago | 10 | September 04, 2020 | 11 | mit | Go | |||
Go bindings for Godot 4.1 GDExtension API | ||||||||||
Knockout Amd Helpers | 197 | 6 | 1 | 3 years ago | 2 | February 05, 2017 | 7 | mit | JavaScript | |
This plugin is designed to be a lightweight and flexible solution to working with AMD modules in Knockout.js. | ||||||||||
Knockout Classbindingprovider | 104 | 9 years ago | 3 | December 06, 2013 | 5 | mit | JavaScript | |||
An alternate binding provider for Knockout that allows you to define your bindings in a JavaScript object and key into it from the markup. | ||||||||||
Python Libxdo | 48 | 3 | 8 years ago | 4 | March 12, 2016 | 8 | bsd-3-clause | Python | ||
Python bindings for libxdo | ||||||||||
Adl3 | 46 | 8 years ago | 4 | April 18, 2012 | mit | Python | ||||
ADL (AMD Display Library) 3.0 Python Bindings | ||||||||||
Eazy Opencl | 45 | 7 years ago | 8 | Common Lisp | ||||||
OpenCL binding for Common Lisp | ||||||||||
Node Gpu | 19 | 12 years ago | mit | C | ||||||
amd/ati (nvidia soon) bindings for node.js | ||||||||||
Monaco Emacs | 18 | 2 years ago | 1 | mit | TypeScript | |||||
Emacs keybindings for monaco-editor | ||||||||||
Clfft.jl | 16 | 5 | a month ago | September 11, 2017 | 3 | other | Julia | |||
Julia bindings for AMD's clFFT library |
I'm no longer able to maintain adl3 due to family obligations (diapers, etc.). If anyone out there is able to take over, I'd be greatly obliged. Please message me and we can work out details.
cheers, -Mark
This package wraps the AMD Display Library 3.0 [1] using ctypes. You do not need to install the SDK to use this package, and no compilation is required.
Also included is a sample Python script using adl3 called atitweak. This script can list your adapters and optionally sets core and memory clock speed and voltage per performance level.
For example, to downlock your memory to 300MHz, you might use this command:
$ atitweak -m 300
Setting performance level 0 on adapter 0: memory clock 300MHz
Setting performance level 1 on adapter 0: memory clock 300MHz
Setting performance level 2 on adapter 0: memory clock 300MHz
WARNING! This software can damage or destroy your graphics card if used incorrectly.
If this helps you squeeze out a few extra MHash/s, please consider throwing a few bitcoins my way: 1Kh3DsAhiu65EC7DFFHDGoGowAp5usQrCG
[1] http://developer.amd.com/sdks/adlsdk/pages/default.aspx AMD Display Library 3.0