Questions tagged [kepler]

A family of NVIDIA GPUs that can be used for graphics or compute purposes

Kepler, named after the famous scientist Johannes Kepler, is a name referring to a family of NVIDIA GPUs which appear in the GeForce (graphics), Quadro (professional graphics) and Tesla (compute) product families.

Kepler GPUs offer higher performance and other new features over previous previous NVIDIA GPU families (such as Fermi) including compute capabilities such as Hyper-Q and Dynamic Parallelism. The Kepler instruction set offers new instructions not found in previous families, such as funnel shift. Current Kepler GPUs have a compute capability of cc 3.0 or 3.5.

NVIDIA Home page

Wikipedia article link

65 questions
0
votes
2 answers

Kepler RCP CoolBar + PerspectiveBar appearance

The coolbars on all Kepler RCP applications look just terrible. This a project created from scratch on Windows 8. What is it with that thick black line sorrounding the coolbar? Can it be style-hacked with CSS? From my testing, it seems that it…
Georgian
  • 8,795
  • 8
  • 46
  • 87
0
votes
1 answer

How many kernels simultaneously support on Kepler CC3.0/3.5, 16 or 32 (STREAMs)?

As we know Fermi support only single connection to GPU, and as written here: http://on-demand.gputechconf.com/gtc-express/2011/presentations/StreamsAndConcurrencyWebinar.pdf Fermi architecture can simultaneously support Up to 16 CUDA kernels on…
Alex
  • 12,578
  • 15
  • 99
  • 195
0
votes
2 answers

Monitoring NVENC hardware (Active or idle)

we can query the available GPU with nvenc hardware like this: cuResult = cuInit(0); if (cuResult != CUDA_SUCCESS) { printf(">> GetNumberEncoders() - cuInit() failed error:0x%x\n", cuResult); …
Farzad Salimi Jazi
  • 760
  • 10
  • 25
0
votes
1 answer

understanding Nvidia Kepler Assembly instructions

I came across this document cuobjdump.pdf. It lists the Fermi and Kepler instruction but with no additional explanation. Apart from the usual add, subtract, multiply, etc .. I do not get what other instruction mean or do. Can anybody help me with…
mewais
  • 1,265
  • 3
  • 25
  • 42
-1
votes
1 answer

Tomcat 7 is not running in my Eclipse Kepler

when i try to run tomcat it shows the error INFO: Starting Servlet Engine: Apache Tomcat/7.0.14 org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 15 at…
Neptune
  • 17
  • 1
  • 6
1 2 3 4
5