Monday, May 7, 2012 The Lambda Calculus for Absolute Dummies (like myself) If there is one highly underrated concept in philosophy today, it is computation. Why is it so important? Because computationalism is the new mechanism. For millennia, philo…
Threads are executed in warps of 32, with all threads in the warp executing the same instruction at the same time What happens if different threads in a warp need to do different things?if (x<0.0) z = x-2.0;else z = sqrt(x); This is called warp diver…