Skip to content
#

cuda-c

Here are 15 public repositories matching this topic...

Parallel and distributed computing are techniques to improve speed and handle large-scale tasks by dividing problems into smaller parts. Parallel computing uses multiple processors in one system (shared memory) for simultaneous computation, while distributed computing connects multiple independent computers (network) to act as one system.

  • Updated Aug 3, 2026
  • Jupyter Notebook

This tool, written in C/CUDA, can recover lost mnemonic phrases and passphrases for BTC, ETH, TRX, DOGE, LTC, DASH, ZEC, BCH, and BTG. Typically, it works alongside other ecosystem tools like BTCRecover, Seed Savior, Ian Coleman BIP39 Tool, CUDA Mnemonic Recovery, pybip39, and tiny-bip39.

  • Updated Jun 26, 2026
  • Cuda

CLE Third Assignment - The objective of this project was to take the second general problem, which have been discussed in the lab classes and for which we have developed both a multithreaded and a multiprocess solution. The aim now was to convert it into a CUDA program to be ran in a GPU under Linux.

  • Updated Jan 21, 2023
  • Cuda

Co-occurrence matrices act as the input to many unsupervised learning algorithms, including those that learn word embedding, and modern spectral topic models. However, the computation of these inputs often takes longer time than the inference. While much thought has been given to implementing fast learning algorithms. The co-occurrence matrix co…

  • Updated Oct 11, 2019
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the cuda-c topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cuda-c topic, visit your repo's landing page and select "manage topics."

Learn more