The Wayback Machine - https://web.archive.org/web/20220622142116/https://github.com/topics/gpu-computing
Skip to content
#

gpu-computing

Here are 540 public repositories matching this topic...

fingoldo
fingoldo commented Mar 24, 2022

Problem:

_catboost.pyx in _catboost._set_features_order_data_pd_data_frame()

_catboost.pyx in _catboost.get_cat_factor_bytes_representation()

CatBoostError: Invalid type for cat_feature[non-default value idx=1,feature_idx=336]=2.0 : cat_features must be integer or string, real number values and NaN values should be converted to string.

Could you also print a feature name, not o

tmcdonell
tmcdonell commented Jan 15, 2018

The standard accelerate test suite, used by all the backends, can be quite slow. Several of the tests are significantly slower than the others, for example segmented folds and scans, which I believe is because the reference implementations are very inefficient. Writing some more efficient reference implementations (e.g. using Data.Vector.Unboxed) should help speed things up.

jjfumero
jjfumero commented Sep 17, 2020

Add Javadoc to document the examples in TornadoVM.

This affects the packages under the examples module:

https://github.com/beehive-lab/TornadoVM/tree/master/examples/src/main/java/uk/ac/manchester/tornado/examples

The documentation is at the class-level and it will contain a description of how the TornadoVM API is used for each example. Additionally, it contains how to run the example

good first issue documentation
ax3l
ax3l commented Nov 12, 2019

Hi,

one could and should experiment with Interprocedural optimization (IPO) also known as link-time optimization (LTO), especially on the host side for smaller binaries and potentially faster code. It's supported by GCC, Clang, and ICC, among others, which are our typical go-to compilers in HPC.

It's very easy to implement as well

component: tools backend: omp2b good first issue install
BlendLuxCore
Theverat
Theverat commented Mar 23, 2020
  • M: Mute (muting is not a node-wrangler feature, but I include it here because it's also node editor quality of life)
  • Ctrl+Shift+LMB: View texture, material or volume node (create emission viewer if necessary)
  • Ctrl+T: Create image node+attached mapping node
  • Ctrl+Shift+T: Open file picker, user selects a bunch of textures, create disney material with textures attached to t

Improve this page

Add a description, image, and links to the gpu-computing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gpu-computing topic, visit your repo's landing page and select "manage topics."

Learn more