#
gpu
Here are 117 public repositories matching this topic...
Open
emscripten support?
1
jbush001
commented
Feb 15, 2019
Collect coverage information at end of tests.
https://www.veripool.org/projects/verilator/wiki/Manual-verilator
- Pass --coverage option to verilator in makefile
- Modify c++ test harness to VerilatedCov::write into an output file. There will be one file per test, which should be collected somewhere (this probably needs to be done by test_harness.py)
- Run verilator_coverage executable,
Vulkan Quake port based on QuakeSpasm
-
Updated
May 28, 2020 - C
id Software's Quake 2 v3.21 with mission packs and Vulkan support (Windows, Linux, MacOS, FreeBSD)
macos
linux
freebsd
gpu
vulkan
quake
vulkan-api
hardware-acceleration
3d-graphics
quake2
vulkan-game-engine
moltenvk
-
Updated
Jun 11, 2020 - C
BitCracker is the first open source password cracking tool for memory units encrypted with BitLocker
microsoft
windows
cryptography
attack
gpu
opencl
cuda
hash
gpgpu
passwords
cracking
john-the-ripper
bitlocker
password-cracker
decryption-algorithm
bitcracker
-
Updated
Jan 28, 2019 - C
Simple physically based path tracer based on Nvidia's Optix Ray Tracing Engine
-
Updated
Dec 24, 2019 - C
Build userspace NVMe drivers and storage applications with CUDA support
disk
gpu
driver
cuda
nvm
ssd
gpudirect-rdma
dax
nvme
dma
pcie
cluster-computing
nvidia-cuda
userspace-driver
sisci
disk-io
nvm-express
dolphinics
smartio
gpudirect
-
Updated
Mar 5, 2020 - C
fakenmc
commented
Feb 7, 2017
OpenCL 2.0 and higher do not require that global work size be a multiple of the local work size. Reflect this in the ccl_kernel_suggest_worksizes function.
Open source Tegra2+ 2D/3D user-space developer tools
-
Updated
Jun 9, 2020 - C
A NANO vanity address generator (supports OpenCL)
-
Updated
Oct 1, 2019 - C
A minimalist Deep Learning framework for embedded Computer Vision
arm
computer-vision
deep-learning
gpu
high-performance
c99
convolutional-neural-networks
embedded-vision
edge-ai
-
Updated
Dec 31, 2019 - C
The style transfer android example
-
Updated
Jun 7, 2020 - C
Reverse Engineering of NVIDIA's Tegra driver for Linux
-
Updated
Jul 17, 2017 - C
Improve this page
Add a description, image, and links to the gpu topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gpu topic, visit your repo's landing page and select "manage topics."
Would be awesome if we could use Remotery to profile C/C++ emscripten games.
Challenges:
Websocket server. We can't start a websocket server from an emscripten game. One workaround is to use a native websocket server as a proxy. Another solution is have emscripten directly send the data to another browser tab (
postMessage)Timer accuracy. Browsers have recently reduced the accurac