I have one CPU runnable in julia program in that program i have applied constaraint on array that the elements which are greater than one and 4 is completely divisible by that elements store such elements on model using GLPK and JuMP package , so i want to convert that CPU runnable code into GPU runnable
I just want solution that can we use GLPK and JuMP package in GPU program of julia .If yes then how
You cannot use GLPK and JuMP on a GPU.