Amrit Priyadarshi
Wednesday, 16 March 2016
Implement a Parallel Quick Sort algorithm using NVIDIA GPU or equivalent ARM board.
›
Implement a Parallel Quick Sort algorithm using NVIDIA GPU or equivalent ARM board. #include<stdio.h> const int threshold=100...
Write an application to and demonstrate the change in BeagleBoard/ ARM Cortex A5 /Microprocessor /CPU frequency or square wave of programmable frequency
›
Write an application to and demonstrate the change in BeagleBoard/ ARM Cortex A5 /Microprocessor /CPU frequency or square wave of programm...
Implement n-ary search algorithm using OPENMP
›
Implement n-ary search algorithm using OPENMP #include<stdio.h> #include<omp.h> int e,n; int newarr[100]; int nary(int a...
Implement nxn matrix parallel multiplication using CUDA/OpenCL GPU, use shared memory
›
Implement nxn matrix parallel multiplication using CUDA/OpenCL GPU, use shared memory #include<stdio.h> #includelt;math.h> ...
›
Vedic Mathematics method to find square of 2-digit number is used in a distributed programming. Use shared memory and distributed (multi...
Thursday, 2 April 2015
Write an application to parse input text file concurrently and compare the result of concurrent parsing with serial parsing ( Use concurrent YACC parser)
›
Write an application to parse input text file concurrently and compare the result of concurrent parsing with serial parsing ( Use concurre...
Wednesday, 18 March 2015
Implement an calculator (64 bit Binary Multiplication) application using concurrent lisp
›
Implement an calculator (64 bit Binary Multiplication) application using concurrent lisp defvar a) (defvar b) (defvar c) (defvar d) ...
›
Home
View web version