Home
last modified time | relevance | path

Searched refs:gpuStrings (Results 1 – 5 of 5) sorted by relevance

/dports/science/gromacs/gromacs-2021.4/src/gromacs/hardware/
H A Dprinthardware.cpp73 std::vector<std::string> gpuStrings(0); in sprint_gpus() local
76 gpuStrings.emplace_back(" " + getDeviceInformationString(*deviceInfo)); in sprint_gpus()
78 return gmx::joinStrings(gpuStrings, "\n"); in sprint_gpus()
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/testshade/
H A Doptixgridrender.cpp302 char* gpuStrings = gpuData + podDataSize; local
306 ::memcpy(gpuStrings, &devStr, sizeof(devStr));
307 gpuStrings += sizeof(DeviceString);
351 CUdeviceptr gpuStrings = d_buffer + podDataSize;
355 …CUDA_CHECK (cudaMemcpy (reinterpret_cast<void *>(gpuStrings), &devStr, sizeof(devStr), cudaMemcpyH…
356 gpuStrings += sizeof(DeviceString);
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/testshade/
H A Doptixgridrender.cpp302 char* gpuStrings = gpuData + podDataSize; local
306 ::memcpy(gpuStrings, &devStr, sizeof(devStr));
307 gpuStrings += sizeof(DeviceString);
351 CUdeviceptr gpuStrings = d_buffer + podDataSize;
355 …CUDA_CHECK (cudaMemcpy (reinterpret_cast<void *>(gpuStrings), &devStr, sizeof(devStr), cudaMemcpyH…
356 gpuStrings += sizeof(DeviceString);
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/testrender/
H A Doptixraytracer.cpp322 char* gpuStrings = gpuData + podDataSize; in synch_attributes() local
326 ::memcpy(gpuStrings, &devStr, sizeof(devStr)); in synch_attributes()
327 gpuStrings += sizeof(DeviceString); in synch_attributes()
369 CUdeviceptr gpuStrings = d_buffer + podDataSize; in synch_attributes()
373 …CUDA_CHECK (cudaMemcpy (reinterpret_cast<void *>(gpuStrings), &devStr, sizeof (devStr), cudaMemcpy… in synch_attributes()
374 gpuStrings += sizeof (DeviceString); in synch_attributes()
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/testrender/
H A Doptixraytracer.cpp322 char* gpuStrings = gpuData + podDataSize; in synch_attributes() local
326 ::memcpy(gpuStrings, &devStr, sizeof(devStr)); in synch_attributes()
327 gpuStrings += sizeof(DeviceString); in synch_attributes()
369 CUdeviceptr gpuStrings = d_buffer + podDataSize; in synch_attributes()
373 …CUDA_CHECK (cudaMemcpy (reinterpret_cast<void *>(gpuStrings), &devStr, sizeof (devStr), cudaMemcpy… in synch_attributes()
374 gpuStrings += sizeof (DeviceString); in synch_attributes()