$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Boost for GPUs
From: Blesson Varghese (blssnvarghese_at_[hidden])
Date: 2013-04-16 12:22:37
Hi All
I am new to using Boost libraries. I have written a function that makes use
of the boost for computing the inverse of the cummulative distribution
function of the beta distribution (quantile) in C++ which works fine. Now I
would like to use the same function on the GPU, but I cannot call a host
function from device. Are there any alternatives to use boost functions on
GPU?
Looking forward to your reply.
Many thanks and kind regards
Blesson