CodingCat hat geschrieben:nvcc hat geschrieben:compiler is out of heap space
schon das gesehen? http://forums.nvidia.com/index.php?showtopic=1234649
hilfreich
CodingCat hat geschrieben:nvcc hat geschrieben:compiler is out of heap space
# define CUDA_CHECK_ERROR(errorMessage) { \
cudaError_t err = cudaGetLastError(); \
if( cudaSuccess != err) { \
fprintf(stderr, "Cuda error: %s in file '%s' in line %i : %s.\n", \
errorMessage, __FILE__, __LINE__, cudaGetErrorString( err) );\
exit(EXIT_FAILURE); \
} \
}http://www.gotw.ca/publications/N1211.pdf hat geschrieben:vector<bool> is not actually specified, so no current use of it invokes well specified behavior

Genau. Als Ergänzung zu obigem PDF.dot hat geschrieben:vector<bool> ist kaputt und sollte nicht verwendet werden.
Das stimmt doch gar nicht, oder?http://www.cplusplus.com/reference/stl/vector/ hat geschrieben:[one Bit,] which is eight times less than the smallest type in C++: char
Ich glaube, es ist der integrierte PDF-Leser von Windows 8 gemeint, der natürlich auch nur in der Metro-Oberfläche funktioniert. Und ja, die Anzeigeoptionen sind tatsächlich katastrophal.BeRsErKeR hat geschrieben:Ist das mit dem PDF nicht eher ein Problem von Adobe und nicht von Win8?
http://http.developer.nvidia.com/NsightVisualStudio/2.2/Documentation/UserGuide/HTML/Content/Release_Notes_Main.htm hat geschrieben:HLSL code cannot contain any non-ASCII characters. Any character with a character code >= 128 is not supported.

Andre hat geschrieben:Dass man keine .doc-Dateien mehr ohne Zusatzsoftware öffnen kann, finde aber auch ich schade. Die wollen wohl nun endgültig die Leute dazu zwingen sich MS-Office zu kaufen.
Zurück zu Allgemeines Talk-Brett
Mitglieder in diesem Forum: 0 Mitglieder und 5 Gäste