16 Questions 38 Answers 0 Followers
Questions related from Ahmed Hassan Yousef
Is it possible to generate C code for simulink model predictive controlto execute it on tivac lot?
03 March 2018 1,936 3 View
I am working in university time tabling problem. I need a measure of the problem difficulty. For example, a lecturer who can come one day only per week is a more difficult constrain than another...
02 February 2016 3,888 2 View
I had a program that used atomic operations in a small GPU Geforce 720. I am moving to used Tesla K20. The nvcc compiler on Tesla stated that atomicAdd is not supported. Is there a solution for that?
10 October 2015 10,045 2 View
I am searching for a university or institution that has a system to enable remote code execution on a machine that has a tesla 20 or 40 GPU.
09 September 2015 3,934 0 View
I am implementing an algorithm on GPU. The scatter version of the algorithm uses atomic token extensively, distributing N^2*h*w values on N^4 output location where N ranges from 5-40. The...
09 September 2015 3,504 10 View
When I used Matlab mix in order to connect matlab mx function written in c with the cuda runtime, a linking error appear about conflict in static release and dynamic release between the c file and...
03 March 2015 7,940 1 View
I used GS with a function on image processing that calculates the symmetry of two images. The number of function execution increases dramatically when the size of the image is doubled. Does anyone...
03 March 2015 6,244 1 View
I need to build a cloud or a web based GPU server. A C/C++ web editor is needed to enable users to write their programs. If debugging for sequential and parallel is allowed, this will be great.
02 February 2015 6,973 3 View
I am using Simulated Annealing matlab functions. I need to add equality constrain for the parameters. How can this be done.
02 February 2015 7,912 3 View
I have an objective function that takes about half a minute to execute. I used Matlab optimization toolbox. I found that sequential versions of the algorithms (Multistart, Genetic, PSO) are faster...
02 February 2015 2,545 2 View
Does anyone have the pseudo code for Global search Matlab algorithm? I have already the Ugray paper but it seems that are some minor differences.
01 January 2015 399 2 View
We can mix Matlab GPUArray code with CUDA through Kernel object. Is there a benefit/cost to have c-mex layer in between. I think name mangling and converting from Column-major order matrices in...
01 January 2015 6,992 2 View
We are accelerating some matlab codes. We use a mix between gpuArrays and CUDA to achieve this. Does anyone have best practices document for that? Does the gpu array include any clue to manage the...
11 November 2014 8,260 2 View
We need to have cross language record linking for big data that supports the following: Distributed file systems fast blocking techniques cross language record linking Is there any open source...
11 November 2014 6,714 1 View
We are working on the incremental timetabling problem. We found a timetable that is satisfies hard constraints and optimizes soft ones. After accepting the timetable, new constraints appear. Is...
11 November 2014 4,627 2 View
A website or a file is needed for duplicate record detection.
03 March 2014 615 1 View