I want to establish a p2p access from gpu0 to gpu1. However, my code is not working. Can someone take a look at my code? I will be very appreciated

前端 未结 0 1878
栀梦
栀梦 2021-02-08 18:00
#include 

#include

#include

using namespace std;

int main()

{
int gpu0=0,gpu1=1;

cudaSetDevice(gpu0);

cudaDe         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题