• Use of Extern for sharing veriables
    I have a basic question regarding definition and declaration of variables and use of the extern attribute. I thought I understood it but may be not. Here is what I have. 3 separate files.. One of the...
  • Use of Extern for sharing veriables
    I have a basic question regarding definition and declaration of variables and use of the extern attribute. I thought I understood it but may be not. Here is what I have. 3 separate files.. One of the...
  • same methods shared by two interfaces in c++
    Hello there, I wanted some methods to be shared by two different interfaces. Each interface also implements methods wich are unique to it. The methods wich are to be supposed to be the same are...
  • same methods shared by two interfaces in c++
    Hello there, I wanted some methods to be shared by two different interfaces. Each interface also implements methods wich are unique to it. The methods wich are to be supposed to be the same are...
  • Multiple Networks Running on GPU are time shared or space shared?
    Hello, I am working on Hikey970 board with Mali G72-MP12 GPU. I am running multiple neural networks at once on CPU Little, CPU Big and GPU. The OpenCL version is opencl-1.2-stubs. Could you guys help...