Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Replaced invalid tag "capability" with "compute-capability".
Source Link
mickmackusa
  • 49.2k
  • 13
  • 98
  • 165

My code is calculating 3D-DCT, for a large set of data. It's

It's running on GeForce 9400M, compute capability 1.1 (which does not support double precision as far as I know) So, the question is; is.

Is there a way to enable it, or to handle the values correctly?

My code is calculating 3D-DCT, for a large set of data. It's running on GeForce 9400M, compute capability 1.1 (which does not support double precision as far as I know) So, the question is; is there a way to enable it, or to handle the values correctly?

My code is calculating 3D-DCT, for a large set of data.

It's running on GeForce 9400M, compute capability 1.1 (which does not support double precision as far as I know).

Is there a way to enable it, or to handle the values correctly?

Replaced invalid tag "capability" with "compute-capability".
Source Link

My code is calculating 3D-DCT, for a large set of data. It's running on GForceGeForce 9400M, compute capability 1.1 ( whichwhich does not support double precision as far as I know  ) So, the question is; is there a way to enable it, or theto handle the values correctly  ?

My code is calculating 3D-DCT, for a large set of data. It's running on GForce 9400M, compute capability 1.1 ( which does not support double precision as far as I know  ) So, the question is; is there a way to enable it, or the handle the values correctly  ?

My code is calculating 3D-DCT, for a large set of data. It's running on GeForce 9400M, compute capability 1.1 (which does not support double precision as far as I know) So, the question is; is there a way to enable it, or to handle the values correctly?

Post Closed as "Duplicate" by talonmies cuda
deleted 1 characters in body
Source Link
talonmies
  • 72.8k
  • 35
  • 204
  • 296

My code is calculating 3D-DCT, for a large set of data. It's running on GForce 9400M, compute capability 1.1 ( which does not support double precessionprecision as far as I know ) So, the question is; is there a way to enable it, or the handle the values correctly ?

My code is calculating 3D-DCT, for a large set of data. It's running on GForce 9400M, compute capability 1.1 ( which does not support double precession as far as I know ) So, the question is; is there a way to enable it, or the handle the values correctly ?

My code is calculating 3D-DCT, for a large set of data. It's running on GForce 9400M, compute capability 1.1 ( which does not support double precision as far as I know ) So, the question is; is there a way to enable it, or the handle the values correctly ?

Source Link
Loading