Shivang Gangadia

Results 2 issues of Shivang Gangadia

I have been trying to build the AppImageKit from source on a Raspberry Pi 0. I'm not using docker so I only executed the "build-binaries-and-appimage.sh". Using `sudo bash build-binaries-and-appimage.sh`, the...

I installed Titan using vcpkg on Ubuntu (on WSL, windows 10). Here is my CMakeLists.txt for the test program in C++: cmake_minimum_required(VERSION 3.1) project(test_titan LANGUAGES CXX CUDA) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++1y...