print( paste(
"sudo",
"/usr/local/cuda/bin/nvvp",
paste0( R.home(), "/bin/Rscript" ),
paste0( getwd(), "/Samples/wip_overlap_bug.R" )
) )
library( cuRious )
invisible( .Call( "cuR_wip_overlap_bug" ) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.