Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Floyd-Warshall Algorithm - PCAM mapping

This repository contains Floyd's Algorith learning materials, code, data, and supporting documents examined against Quinn's PCAM methodoly

Directory Structure

  • configs/ - Configuration files for experiments or projects.
  • data/ - Datasets used by scripts and analyses.
  • logs/ - Output logs generated during runs.
  • models/ - Saved machine learning models or other artifacts.
  • results/ - Generated results, figures, or output documents.
  • scripts/ - Utility scripts for data processing or workflow orchestration.
  • src/ - Source code for projects (e.g., CUDA implementation of Floyd-Warshall).

Notable Files

  • src/floyd_warshall_cuda.cu - CUDA implementation of the Floyd-Warshall algorithm.
  • src/floyd_warshall_fwp_cuda.ipynb - Jupyter notebook exploring the CUDA implementation.
  • results/ - Contains artifacts and other generated files.

Usage

  1. Clone the repository:
    git clone https://github.com/StellaWava/GPU-Moderinization--Floyd-Algorith.git
    cd classwk
  2. Inspect the src/ folder for code examples and projects.
  3. Use scripts/ for any preprocessing or automation tasks.

License

Opensource

Contact

For questions, reach out to the repository owner: https://www.stelladataarc.com/parallel-systems.html

About

Parallelism and Concurrency: Optimizing Floyd-Warshall with concurrency mapping

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages