Thanks to visit codestin.com
Credit goes to github.com

Skip to content

abdelfattah83/kaust_init_matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple framework for initializing uniform and non-uniform batches of matrices.

For uniform matrices, the user specifies the matrix dimensions. For non-uniform batches, the user specifies the maximum rows/columns across the batch.

Simply build using make, only nvcc is required.

You can run: ./kaust_init_matrix <batch-size> <M> <N>

By default, batch-size = 1000, M = 50, N = 50

You can also play with the kernel thread configuration: THREAD_X and THREAD_Y

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published