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
1
vote
0 answers

How to implement help in Eclipse 4.3 (Kepler) application?

I have an E4 RCP application and I need to add a Help system to it. As I have understood from a post in the same forum, called Eclipse e4 and org.eclipse.help.ui, it "seems that pure Eclipse 4 code currently (as in Eclipse juno 4.2) lacks support…
1
vote
1 answer

Does serializing of simultaneous global memory accesses to one address happen when there are L1 and L2 cache levels?

Based on what I know, when threads of a warp access the same address in global memory, requests get serialized so it's better to use constant memory. Does serializing of simultaneous global memory accesses happen when GPU is equipped with L1 and L2…
Farzad
  • 3,288
  • 2
  • 29
  • 53
0
votes
0 answers

kepler python save kepler but not show in jupyter

I want to show a data frame on Kepler based on the hexagons. I have df and config like below. data is loaded in Kepler properly and I can see the data loaded there. but I can not see the map, I can just see a wight page. Is there anything wrong with…
MSepehr
  • 890
  • 2
  • 13
  • 36
0
votes
1 answer

Newton-Raphson method on the hyperbolic Kepler's equation

I'm here once again because I can't figure this out. I'm building an orbit simulator and currently working on placing the ship on a hyperbolic trajectory upon entering the SoI of a body. (I'm using patched conics in 2D.) I'm having an issue with the…
0
votes
0 answers

How to use custom tile server for Keplergl in Jupyter Notebook

I am trying to use a custom tile server other them Mapbox for keplergl in Jupyter Notebook. I added an exported config file from keplergl but it doesn't work.
0
votes
0 answers

How to disable remove data set and remove layers buttons in kepler.gl

I want to disable the remove data set and remove layers buttons in the kepler.gl map enter image description here enter image description here and here is my code React.useEffect(() => { if (data) { dispatch( addDataToMap({ …
0
votes
0 answers

Retrieving Redshift Data in Kepler

I am working on Kepler to deal with my geospatial data, So far I have tried some POC by creating a react app and integrating with kepler.gl and fetching the data file from the URL and create a chart accordingly. But our organisations data has been…
Ananthan
  • 37
  • 1
  • 6
0
votes
0 answers

How to Load a Arc layer from json data through coding using reacJs?

Need to load a json data dynamically for arc layer data = [ { id: 1, startpoint: "bengaluru", endpoint: "Mysore", startlat: "12.9547899", startlng: "77.6006445", endlat: "12.3106368", …
0
votes
0 answers

how can i get csv or json or geojson from osmnx?

i want to download map data from osmnx to use it in (kepler.gl)[https://kepler.gl/demo] but it only accepts data in csv,json and geojson format. i have tried import osmnx as ox G = ox.graph_from_place('taian,shandong',…
hch
  • 1
  • 1
0
votes
1 answer

Error when visualizing data in kepler gl in jupyter notebook

I want to visualize data on a kepler gl map using a jupyter notebook. I imported data from an xlsx file and selected one sheet (a DataFrame object). After that, I added this data to the Kepler map and got an error: ValueError: NaTType does not…
0
votes
1 answer

Eclipse Kepler won't start - Java error message

I have downloaded Eclipse Kepler on my work laptop, & have confirmed my Windows system is 64 compatible. I also have Java 13 installed. When I go to start Eclipse for the first time, I get the following message: Failed to load the JNI shared library…
0
votes
1 answer

How to apply filter , time visualization in kepler.gl Through code?

I am working on kepler.gl .. i want to apply filters and time visualization through code instead of kepler.gl panel that appears on the top right corner.... can we control that from code ? and also how can i remove kepler.gl menu box that appears on…
Ali Raza
  • 148
  • 2
  • 12
0
votes
1 answer

Displaying orbit with vpython using kepler's equation but the planet won't orbit

I've been trying to make some sort of simulation of the solar system, and I came across Kepler's equation in order to give me the position of the planet at any given time. I used the Newton-Raphson method in order to calculate the eccentric anomaly.…
0
votes
0 answers

Warp scheduling in Kepler GPU

I recently read the GK110 white paper, which claims that each SM has 4 warp schedulers, and each with dual Instruction Dispatch Units. On each cycle, each warp scheduler selects an eligible warp to execute instructions for it. My question is in…
StrikeW
  • 501
  • 1
  • 4
  • 11
0
votes
1 answer

Error when install ZK Studio on Eclipse Kepler

I've install eclipse kepler Java Developer EE and install ZK Studio throung Market place. But Errors Appear : An error occurred while collecting items to be installed session context was :(profile=epp.package.jee, phase=org. eclipse. equinox.…
Dian.Y
  • 105
  • 1
  • 5
  • 15