articles - Visualize Data Structures in VSCode AND LibCudaCXX

22 views
Skip to first unread message

Nitin Bhide

unread,
Sep 19, 2020, 9:47:21 AM9/19/20
to nitinsknowledgeshare
Few interesting links for developers 

  1. Visualize Data Structures in VSCode 
    VSCode Debug Visualizer is a VSCode extension that allows you to visualize data structures in your editor. This can be useful for visualizing watched values during debugging. I've found the extension can be helpful to visualize plots, tables, arrays, histograms and trees.  
  2. libcu++: The C++ Standard Library for Your Entire System  

    libcu++, the NVIDIA C++ Standard Library, is the C++ Standard Library for your entire system. It provides a heterogeneous implementation of the C++ Standard Library that can be used in and between CPU and GPU code.

    If you know how to use your C++ Standard Library, then you know how to use libcu++. All you have to do is add cuda/std/ to the start of your Standard Library includes and cuda:: before any uses of std:::

Have fun experimenting with these tools.

Regards,
Nitin
Reply all
Reply to author
Forward
0 new messages