Giter VIP home page Giter VIP logo

hp3_batched_cholesky_decomposition's Introduction

Batched Cholesky Decomposition

High Performance Parallel Programming, IIT KGP Spring 2021 Group Project

Link to Dataset:

https://drive.google.com/file/d/1hCHJI6G5UZLa2_zZOrg9RIs2T7meQH9j/view?usp=sharing

Link to Report:

https://docs.google.com/document/d/e/2PACX-1vTcik1DFqdVNNmPJan4CBWCr__KqvCSRVTknqgLQf_DLIxeNI4ZCiwO0VqZUk6otmmOczngD7MnKk8O/pub

Make commands for Part A

For Right looking

make right_partA input_file=mat_256.txt output_file=output.txt

For Left looking

make left_partA input_file=mat_256.txt output_file=output.txt

For Top looking

make top_partA input_file=mat_256.txt output_file=output.txt

Make commands for Part B

For Right looking Chunked

make right_chunked input_file=dataset_part_B/num_1024_dim_20.txt output_file=output.txt

For Right looking Interleaved

make right_interleaved input_file=dataset_part_B/num_1024_dim_20.txt output_file=output.txt

For Left looking Chunked

make left_chunked input_file=dataset_part_B/num_1024_dim_20.txt output_file=output.txt

For Left looking Interleaved

make left_interleaved input_file=dataset_part_B/num_1024_dim_20.txt output_file=output.txt

For Top looking Chunked

make top_chunked input_file=dataset_part_B/num_1024_dim_20.txt output_file=output.txt

For Top looking Interleaved

make top_interleaved input_file=dataset_part_B/num_1024_dim_20.txt output_file=output.txt

For Cleaning all the excutables file

make clean

Format of Input File for partA

First Line: Size of Matrix
Rest all Lines: Elements of the Matrix in Row Major Format

Format of Input File for partB

First Line: Number of Matrices
Second Line: Size of Matrix
Rest all Lines: Elements of the Matrix in Row Major Format

hp3_batched_cholesky_decomposition's People

Contributors

sumandutta8877 avatar shubheshanand avatar nishantgoyal918 avatar divyanshusheth avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.