Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Profile picture
LividSwallow45
Moderator
1 Question, 6 Answers
  Active since 14 August 2025
  Last activity 19 days ago

Reputation

0

Badges 1

6 × Eureka!
0 Votes
9 Answers
136 Views
0 Votes 9 Answers 136 Views
Hi, I'm using fractional gpu container, but I can't profile any thing, the nsys says only "Segmentation fault (core dumped)" Can you guys help me and do you ...
21 days ago
0 Hi, I'M Using Fractional Gpu Container, But I Can'T Profile Any Thing, The Nsys Says Only "Segmentation Fault (Core Dumped)" Can You Guys Help Me And Do You Know What Is Wrong With This?

Thanks for your reply.

Environment of host system:

+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 545.29.06              Driver Version: 545.29.06    CUDA Version: 12.3     |
|-----------------------------------------+----------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |         Memory-Usage | GPU-Util  Co...
20 days ago
0 Hi, I'M Using Fractional Gpu Container, But I Can'T Profile Any Thing, The Nsys Says Only "Segmentation Fault (Core Dumped)" Can You Guys Help Me And Do You Know What Is Wrong With This?
  • Install the docker container which clearml provides (clearml/fractional-gpu:u22-cu12.3-4gb)
  • Run
docker run -it --gpus all --ipc=host --pid=host clearml/fractional-gpu:u22-cu12.3-8gb bash
  1. Install the cuda toolkit
wget 

mv cuda-ubuntu2204.pin /etc/apt/preferences.d/cuda-repository-pin-600
wget 

dpkg -i cuda-repo-ubuntu2204-12-3-local_12.3.0-545.23.06-1_amd64.deb
cp /var/cuda-repo-ubuntu2204-12-3-local/cuda-*-keyring.gpg /usr/share/keyrings/
apt-...
20 days ago
0 Hi, I'M Using Fractional Gpu Container, But I Can'T Profile Any Thing, The Nsys Says Only "Segmentation Fault (Core Dumped)" Can You Guys Help Me And Do You Know What Is Wrong With This?

Addtionally, my container was clearml/fractional-gpu:u22-cu12.3-4gb (other containers based on cu12.3 also show that error too).

20 days ago