Repository Analysis

xai-org/x-algorithm

Algorithm powering the For You feed on X

5.6 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of xai-org/x-algorithm, a Rust project with 32,406 GitHub stars. SynthScan v2.0 examined 369,654 lines of code across 1799 source files, recording 1380 pattern matches distributed across 11 syntactic categories. The overall adjusted score of 5.6 places this repository in the Low AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

5.6
Adjusted Score
5.6
Raw Score
100%
Time Factor
2026-08-28
Last Push
32.4K
Stars
Rust
Language
369.7K
Lines of Code
1.8K
Files
1.4K
Pattern Hits
2026-08-29
Scan Date
0.07
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.

No multi-scan history yet — run the scanner again to build trend data.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 28HIGH 90MEDIUM 26LOW 1236

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 1380 distinct pattern matches across 11 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Synthetic Comment Markers89 hits · 480 pts
SeverityFileLineSnippetContext
HIGHphoenix-rankall/src/processor/gen/scored_candidate.rs142 .expect("auto-generated code should have checked for presence of required fields"),CODE
HIGHphoenix-rankall/src/processor/gen/scored_candidate.rs359 .expect("auto-generated code should have checked for presence of required fields"),CODE
HIGH…enix/crates/serving/xai-recsys-mm-server/src/events.rs126 post_id: f_1.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGH…enix/crates/serving/xai-recsys-mm-server/src/events.rs127 created_at_secs: f_2.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGH…enix/crates/serving/xai-recsys-mm-server/src/events.rs183 event: f_1.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGH…enix/crates/serving/xai-recsys-mm-server/src/events.rs322 id: f_1.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGH…enix/crates/serving/xai-recsys-mm-server/src/events.rs323 title: f_2.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGH…enix/crates/serving/xai-recsys-mm-server/src/events.rs324 post_ids: f_3.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGH…enix/crates/serving/xai-recsys-mm-server/src/events.rs325 cluster_embedding: f_4.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGH…enix/crates/serving/xai-recsys-mm-server/src/events.rs326 summary: f_5.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGH…enix/crates/serving/xai-recsys-mm-server/src/events.rs516 cluster_id: f_1.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGH…enix/crates/serving/xai-recsys-mm-server/src/events.rs517 product_id: f_2.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGH…enix/crates/serving/xai-recsys-mm-server/src/events.rs518 title: f_3.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGH…enix/crates/serving/xai-recsys-mm-server/src/events.rs519 engagement: f_4.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGH…enix/crates/serving/xai-recsys-mm-server/src/events.rs520 story_type: f_5.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGH…enix/crates/serving/xai-recsys-mm-server/src/events.rs635 post_id: f_1.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGH…enix/crates/serving/xai-recsys-mm-server/src/events.rs636 created_at_secs: f_2.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGHthunder/schema/tweet.rs2727 id: f_1.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGHthunder/schema/tweet.rs3158 language: f_1.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGHthunder/schema/tweet.rs3223 language: f_1.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGHthunder/schema/tweet.rs3458 tweet_pivots: f_1.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGHthunder/schema/tweet.rs3557 from_index: f_1.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGHthunder/schema/tweet.rs3558 to_index: f_2.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGHthunder/schema/tweet.rs3878 community_ids: f_1.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGHthunder/schema/tweet.rs3977 api_compatible_truncation_index: f_2.expect("auto-generated code should have checked for presence of required fielCODE
HIGHthunder/schema/tweet.rs4120 id: f_1.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGHthunder/schema/tweet.rs4200 invited_user_ids: f_1.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGHthunder/schema/tweet.rs4201 conversation_tweet_author_id: f_2.expect("auto-generated code should have checked for presence of required fields"CODE
HIGHthunder/schema/tweet.rs4288 invited_user_ids: f_1.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGHthunder/schema/tweet.rs4289 conversation_tweet_author_id: f_2.expect("auto-generated code should have checked for presence of required fields"CODE
HIGHthunder/schema/tweet.rs4376 invited_user_ids: f_1.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGHthunder/schema/tweet.rs4377 conversation_tweet_author_id: f_2.expect("auto-generated code should have checked for presence of required fields"CODE
HIGHthunder/schema/tweet.rs4464 invited_user_ids: f_1.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGHthunder/schema/tweet.rs4465 conversation_tweet_author_id: f_2.expect("auto-generated code should have checked for presence of required fields"CODE
HIGHthunder/schema/tweet.rs4552 invited_user_ids: f_1.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGHthunder/schema/tweet.rs4553 conversation_tweet_author_id: f_2.expect("auto-generated code should have checked for presence of required fields"CODE
HIGHthunder/schema/tweet.rs4640 invited_user_ids: f_1.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGHthunder/schema/tweet.rs4641 conversation_tweet_author_id: f_2.expect("auto-generated code should have checked for presence of required fields"CODE
HIGHthunder/schema/tweet.rs4707 conversation_tweet_author_id: f_1.expect("auto-generated code should have checked for presence of required fields"CODE
HIGHthunder/schema/tweet.rs4908 conversation_author_id: f_1.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGHthunder/schema/tweet.rs4961 conversation_author_id: f_1.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGHthunder/schema/tweet.rs5014 trusted_friends_list_id: f_1.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGHthunder/schema/tweet.rs5075 collaborator_user_id: f_1.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGHthunder/schema/tweet.rs5076 collab_invitation_status: f_2.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGHthunder/schema/tweet.rs5138 invited_collaborators: f_1.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGHthunder/schema/tweet.rs5201 collaborator_user_ids: f_1.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGHthunder/schema/tweet.rs5341 control: f_1.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGHthunder/schema/events.rs332 user_id: f_1.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGHthunder/schema/events.rs333 event_time_ms: f_2.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGHthunder/schema/events.rs334 target_ids: f_3.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGHthunder/schema/events.rs1068 favoriter_id: f_1.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGHthunder/schema/events.rs1069 tweet_id: f_2.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGHthunder/schema/events.rs1070 timestamp_ms: f_3.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGHthunder/schema/events.rs2978 subject_id: f_1.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGHthunder/schema/events.rs2979 object_id: f_2.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGHthunder/schema/events.rs2980 indirect_object_key: f_3.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGHthunder/schema/events.rs2981 is_deleted: f_4.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGHthunder/schema/events.rs2982 event_time_ms: f_5.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGHthunder/schema/events.rs3063 user_id: f_1.expect("auto-generated code should have checked for presence of required fields"),CODE
HIGHthunder/schema/events.rs3064 conversation_id: f_2.expect("auto-generated code should have checked for presence of required fields"),CODE
29 more matches not shown…
Hyper-Verbose Identifiers456 hits · 461 pts
SeverityFileLineSnippetContext
LOWbdsm/runtime/manhattan_arrow_adapter.py34def _extract_columns_from_arrow(CODE
LOWbdsm/runtime/manhattan_scorer.py63def _merge_single_user_batches(batches: list[dict], seq_len: int) -> dict:CODE
LOWbdsm/runtime/login_starter_pack_counter.py60def get_login_pack_age_minutes(CODE
LOWbdsm/runtime/sequence_cache.py101def _try_import_user_action_proto():CODE
LOWbdsm/runtime/sequence_cache.py162def _coerce_row_to_struct_type(row: dict, struct_type) -> dict:CODE
LOWbdsm/runtime/sequence_cache.py198def merge_realtime_into_sequence(CODE
LOWbdsm/tests/test_sink_policy.py24def test_shipped_policy_matches_baked_in_defaults():CODE
LOWbdsm/tests/test_sink_policy.py36def test_missing_policy_file_falls_back_to_defaults():CODE
LOWbdsm/tests/test_sink_policy.py41def test_invalid_policy_key_fails_loudly(tmp_path):CODE
LOWbdsm/tests/test_sink_policy.py59def test_enforcement_note_gates_and_redacted_prose():CODE
LOWbdsm/tests/test_sink_policy.py75def test_enforcement_templates_are_the_redacted_sentinel():CODE
LOWbdsm/tests/test_train_head.py8def test_average_precision_known_values():CODE
LOWbdsm/tests/test_train_head.py14def test_average_precision_no_positives_is_nan():CODE
LOWbdsm/tests/test_train_head.py18def test_average_precision_perfect_ranking():CODE
LOWbdsm/tests/test_train_head.py24def test_head_param_count_under_spec_cap():CODE
LOWbdsm/tests/test_train_head.py31def test_head_logits_shapes_and_cap():CODE
LOWbdsm/tests/test_train_head.py48def test_holdout_score_labels_roundtrip():CODE
LOWbdsm/tests/test_train_head.py56def test_load_cached_drops_nonfinite_rows(tmp_path):CODE
LOWbdsm/tests/test_heads.py4def test_indices_contiguous_and_unique():CODE
LOWbdsm/tests/test_heads.py8def test_legitimate_user_is_last_head():CODE
LOWbdsm/tests/test_heads.py17def test_flywheel_labels_unique_across_heads():CODE
LOWbdsm/tests/test_heads.py25def test_registry_hash_pinned():CODE
LOWbdsm/tests/test_labels.py7def test_impression_farmer_sets_no_head():CODE
LOWbdsm/tests/test_labels.py14def test_dropped_head_strings_map_to_nothing():CODE
LOWbdsm/tests/test_labels.py25def test_empty_labels_mean_legitimate_user():CODE
LOWbdsm/tests/test_labels.py33def test_head_names_route_to_their_index():CODE
LOWbdsm/tests/test_labels.py41def test_flywheel_strings_route_and_multi_label_unions():CODE
LOWbdsm/tests/test_labels.py48def test_unknown_string_sets_no_head_but_not_legitimate():CODE
LOWbdsm/tests/test_feature_norm.py6def test_normalize_rewrites_action_group_from_one_hot():CODE
LOWbdsm/tests/test_feature_norm.py29def test_action_types_are_single_set_bit():CODE
LOWbdsm/tests/test_loss.py17def test_focal_stats_present_iff_gamma_positive():CODE
LOWbdsm/tests/test_loss.py26def test_focal_downweights_easy_examples():CODE
LOWbdsm/tests/test_loss.py33def test_masked_pairs_contribute_nothing():CODE
LOWbdsm/tests/test_loss.py44def test_all_masked_is_finite_zero():CODE
LOWbdsm/tests/test_loss.py50def test_smoothing_lower_bounds_loss():CODE
LOWbdsm/tests/test_score_layout.py16def test_to_score_row_placement():CODE
LOWbdsm/tests/test_score_layout.py24def test_to_score_row_rejects_unknown_head():CODE
LOWbdsm/tests/test_score_layout.py46def test_behavioral_summary_dom_client_fail_safe_denominator():CODE
LOWbdsm/tests/test_score_layout.py58def test_message_payload_survives_restricted_unpickler():CODE
LOWbdsm/tests/test_pipeline_security.py14def test_rejects_arbitrary_globals():CODE
LOWbdsm/tests/test_pipeline_security.py25def test_tls_verification_always_on():CODE
LOWclip/model.py337 def export_to_keras_saved_model(self, output_dir):CODE
LOWclip/keras_model.py105 def decode_and_preprocess_image(self, image):CODE
LOWclip/keras_model.py117 def predict_from_encoded_images(self, images):CODE
LOWclip/keras_model.py124 def predict_from_preprocessed_images(self, images):CODE
LOWclip/keras_model.py134 def predict_from_preprocessed_texts(self, texts):CODE
LOWclip/utils/data_utils.py108def get_clip_decode_and_proc_fn(CODE
LOWclip/utils/data_utils.py188def write_dataset_to_gcs_tfrecords(CODE
LOWclip/utils/io_utils.py35def _download_file_from_hadoop(url, local_path, hdfs_config=None):CODE
LOW…aining/xai-checkpointing/xai_checkpointing/checksum.py320def check_internal_consistency(checksum_dict, fn="<in-memory checksum_dict>", names=None):CODE
LOW…n/training/xai-checkpointing/xai_checkpointing/load.py47def _names_from_tree_metadata(metadata_json: dict[str, Any]) -> list[str]:CODE
LOW…n/training/xai-checkpointing/xai_checkpointing/load.py86def _restore_node_serialize_enabled() -> bool:CODE
LOW…hon/common/xai-configlib/src/xai_configlib/__init__.py44def make_unregistered_config_error_message(cls_name: str) -> str:CODE
LOW…hon/common/xai-configlib/src/xai_configlib/__init__.py51def unregistered_config_error_message_if_unregistered(cls: type) -> str | None:CODE
LOW…hon/common/xai-configlib/src/xai_configlib/__init__.py571def get_named_config_from_module(CODE
LOW…hon/common/xai-configlib/src/xai_configlib/__init__.py606def get_all_configs_from_module(CODE
LOWphoenix/python/common/xai-proto/backend_proxy.py12def get_requires_for_build_wheel(config_settings=None):CODE
LOWphoenix/python/common/xai-proto/backend_proxy.py16def prepare_metadata_for_build_wheel(metadata_directory, config_settings=None):CODE
LOWphoenix/python/common/xai-proto/backend_proxy.py24def get_requires_for_build_editable(config_settings=None):CODE
LOWphoenix/python/common/xai-proto/backend_proxy.py28def prepare_metadata_for_build_editable(metadata_directory, config_settings=None):CODE
396 more matches not shown…
Hallucination Indicators28 hits · 310 pts
SeverityFileLineSnippetContext
CRITICALunder-the-hood/scalding/UnderTheHoodCommon.scala81 java.time.temporal.ChronoUnit.DAYS.between(first, last).toInt + 1CODE
CRITICALscarecrow/legacy/HllCounterStoreRegistry.scala59 com.twitter.botmaker.compiler.v2.astnode.AddToHLL.migrateEvaluate(CODE
CRITICALscarecrow/legacy/FlockRegistry.scala28 com.twitter.botmaker.compiler.v2.astnode.FollowerCount.migrateEvaluate(CODE
CRITICALscarecrow/legacy/TweetServiceRegistry.scala35 com.twitter.botmaker.compiler.v2.astnode.GetTweet.migrateEvaluate(CODE
CRITICALscarecrow/legacy/TweetServiceRegistry.scala58 com.twitter.botmaker.compiler.v2.astnode.GetTweetInfo.migrateEvaluate(CODE
CRITICALscarecrow/legacy/TweetServiceRegistry.scala78 com.twitter.botmaker.extractor.function.GetTweetText.migrateEvaluate(CODE
CRITICALscarecrow/legacy/UrlVerdictRegistry.scala33 com.twitter.botmaker.compiler.v2.astnode.GetReputationV2.migrateEvaluate(CODE
CRITICALscarecrow/legacy/UrlVerdictRegistry.scala76 com.twitter.botmaker.extractor.function.GetUrlVerdictForSingleChain.migrateEvaluate(CODE
CRITICALscarecrow/legacy/UrlVerdictRegistry.scala101 com.twitter.botmaker.compiler.v2.astnode.GetUrlVerdictForSingleChainV2.migrateEvaluate(CODE
CRITICALscarecrow/legacy/UrlVerdictRegistry.scala123 com.twitter.botmaker.compiler.v2.astnode.GetUrlVerdictV2.migrateEvaluate(CODE
CRITICALscarecrow/legacy/UrlVerdictRegistry.scala157 com.twitter.botmaker.extractor.action.DeleteUrlVerdictIf.migrateEvaluate(CODE
CRITICAL…/scala/com/twitter/botmaker/app/client/AppClient.scala111 val p = com.twitter.botmaker.app.client.AppClient(ac)CODE
CRITICAL…/twitter/botmaker/function/exception/TryWithStack.java81 return new com.twitter.botmaker.compiler.tuples.TryWithStack(CODE
CRITICAL…/twitter/botmaker/function/exception/TryWithStack.java84 return new com.twitter.botmaker.compiler.tuples.TryWithStack(CODE
CRITICAL…/twitter/botmaker/function/exception/TryWithStack.java88 return new com.twitter.botmaker.compiler.tuples.TryWithStack(CODE
CRITICAL…/twitter/botmaker/function/exception/TryWithStack.java119 new com.twitter.botmaker.compiler.tuples.TryWithStack(CODE
CRITICAL…/twitter/botmaker/function/exception/TryWithStack.java128 new com.twitter.botmaker.compiler.tuples.TryWithStack(CODE
CRITICAL…/java/com/twitter/botmaker/function/exception/Try.java77 return new com.twitter.botmaker.compiler.tuples.Try(CODE
CRITICAL…/java/com/twitter/botmaker/function/exception/Try.java80 return new com.twitter.botmaker.compiler.tuples.Try(CODE
CRITICAL…/java/com/twitter/botmaker/function/exception/Try.java83 return new com.twitter.botmaker.compiler.tuples.Try(CODE
CRITICAL…/java/com/twitter/botmaker/function/exception/Try.java113 new com.twitter.botmaker.compiler.tuples.Try(CODE
CRITICAL…/java/com/twitter/botmaker/function/exception/Try.java120 new com.twitter.botmaker.compiler.tuples.Try(CODE
CRITICAL…va/com/twitter/botmaker/compiler/types/ThriftType.java66 org.apache.thrift.meta_data.FieldMetaData.getStructMetaDataMap(thriftClass);CODE
CRITICAL…src/scala/com/twitter/botmaker/runtime/LogWriter.scala40 com.twitter.botmaker.runtime.config.LogWriter.timeFormatter.format(timestamp),CODE
CRITICAL…scala/com/twitter/botmaker/rule/function/GetRule.scala19 val ruleAstOpt = context.getRuntime.botmaker.state.ruleContainer.getRule(ruleId).orElse {CODE
CRITICAL…scala/com/twitter/botmaker/rule/function/GetRule.scala20 context.getRuntime.botmaker.state.systemContainer.getRule(ruleId)CODE
CRITICAL…g/tweet_similarity/TweetPairFeatureHydrationUtil.scala220 Set(com.twitter.ml.featurestore.lib.UserId(queryFeaturedTweet.author.get))))CODE
CRITICAL…g/tweet_similarity/TweetPairFeatureHydrationUtil.scala230 Set(com.twitter.ml.featurestore.lib.UserId(candidateFeaturedTweet.author.get))))CODE
Excessive Try-Catch Wrapping282 hits · 291 pts
SeverityFileLineSnippetContext
LOWbdsm/runtime/batch_prefetcher.py29except Exception as _e:CODE
LOWbdsm/runtime/batch_prefetcher.py148 except Exception:CODE
LOWbdsm/runtime/batch_prefetcher.py164 except Exception as _e:CODE
LOWbdsm/runtime/batch_prefetcher.py248 except Exception as _e:CODE
LOWbdsm/runtime/batch_prefetcher.py269 except Exception:CODE
LOWbdsm/runtime/batch_prefetcher.py287 except Exception:CODE
LOWbdsm/runtime/batch_prefetcher.py302 except Exception:CODE
LOWbdsm/runtime/batch_prefetcher.py403 except Exception as e:CODE
LOWbdsm/runtime/batch_prefetcher.py424 except Exception:CODE
LOWbdsm/runtime/batch_prefetcher.py451 except Exception as _cse:CODE
LOWbdsm/runtime/batch_prefetcher.py486 except Exception:CODE
LOWbdsm/runtime/batch_prefetcher.py577 except Exception:CODE
LOWbdsm/runtime/batch_prefetcher.py656 except Exception:CODE
LOWbdsm/runtime/batch_prefetcher.py670 except Exception:CODE
LOWbdsm/runtime/batch_prefetcher.py687 except Exception:CODE
LOWbdsm/runtime/batch_prefetcher.py697 except Exception:CODE
LOWbdsm/runtime/batch_prefetcher.py713 except Exception:CODE
LOWbdsm/runtime/batch_prefetcher.py739 except Exception:CODE
LOWbdsm/runtime/batch_prefetcher.py804 except Exception as _kp_e:CODE
LOWbdsm/runtime/batch_prefetcher.py824 except Exception as _e:CODE
LOWbdsm/runtime/manhattan_arrow_adapter.py100 except Exception as e:CODE
MEDIUMbdsm/runtime/manhattan_arrow_adapter.py53def _field_np(name, dtype=np.int64, fill=0):CODE
LOWbdsm/runtime/gizmoduck_age.py46 except Exception as e:CODE
LOWbdsm/runtime/gizmoduck_age.py73 except Exception:CODE
LOWbdsm/runtime/gizmoduck_age.py86 except Exception:CODE
LOWbdsm/runtime/manhattan_scorer.py36 except Exception as e:CODE
LOWbdsm/runtime/manhattan_scorer.py54 except Exception as e:CODE
LOWbdsm/runtime/starter_pack_follows.py54 except Exception as e:CODE
LOWbdsm/runtime/starter_pack_follows.py81 except Exception:CODE
LOWbdsm/runtime/starter_pack_follows.py94 except Exception:CODE
LOWbdsm/runtime/login_starter_pack_counter.py55 except Exception as e:CODE
LOWbdsm/runtime/login_starter_pack_counter.py86 except Exception:CODE
LOWbdsm/runtime/login_starter_pack_counter.py99 except Exception:CODE
LOWbdsm/runtime/score_results_sink_focal.py32except Exception as _e:CODE
LOWbdsm/runtime/score_results_sink_focal.py159 except Exception:CODE
LOWbdsm/runtime/score_results_sink_focal.py192 except Exception:CODE
LOWbdsm/runtime/score_results_sink_focal.py205 except Exception:CODE
LOWbdsm/runtime/score_results_sink_focal.py211 except Exception:CODE
LOWbdsm/runtime/score_results_sink_focal.py794 except Exception:CODE
LOWbdsm/runtime/score_results_sink_focal.py1287 except Exception as e:CODE
LOWbdsm/runtime/score_results_sink_focal.py1315 except Exception:CODE
LOWbdsm/runtime/score_results_sink_focal.py1342 except Exception as e:CODE
LOWbdsm/runtime/score_results_sink_focal.py1381 except Exception as e:CODE
LOWbdsm/runtime/score_results_sink_focal.py1515 except Exception as e:CODE
MEDIUMbdsm/runtime/score_results_sink_focal.py1202def _publish_score_result(CODE
LOWbdsm/runtime/sequence_cache.py72 except Exception:CODE
LOWbdsm/runtime/sequence_cache.py124 except Exception:CODE
LOWbdsm/runtime/sequence_cache.py132 except Exception:CODE
LOWbdsm/runtime/sequence_cache.py145 except Exception:CODE
MEDIUMbdsm/runtime/sequence_cache.py101def _try_import_user_action_proto():CODE
LOW…n/training/xai-checkpointing/xai_checkpointing/load.py128 except Exception:CODE
LOW…n/training/xai-checkpointing/xai_checkpointing/load.py274 except Exception:CODE
MEDIUM…n/training/xai-checkpointing/xai_checkpointing/load.py117def close(self):CODE
LOW…hon/common/xai-configlib/src/xai_configlib/__init__.py619 except Exception:CODE
LOWphoenix/xrex/cutedsl/ranker_fa4/utils.py98 except Exception:CODE
MEDIUMphoenix/xrex/cutedsl/ranker_fa4/utils.py90def _is_cuda_12() -> bool:CODE
LOWphoenix/xrex/driver/run.py46 except Exception:CODE
LOWphoenix/xrex/driver/run.py129 except Exception:CODE
LOWphoenix/xrex/driver/run.py140 except Exception:CODE
LOWphoenix/xrex/driver/hooks.py173 except Exception as e:CODE
222 more matches not shown…
Modern Structural Boilerplate143 hits · 146 pts
SeverityFileLineSnippetContext
LOW…aining/xai-checkpointing/xai_checkpointing/checksum.py18logger = logging.getLogger(__name__)CODE
LOW…hon/common/xai-configlib/src/xai_configlib/__init__.py37logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/cutedsl/ranker_fa4/fa_logging.py83def set_fa_log_level(level: int | str) -> None:CODE
LOWphoenix/xrex/driver/run.py13logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/driver/hooks.py38logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/driver/driver_local.py18logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/driver/config_factory.py10logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/driver/driver.py41logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/utils/pyspy_profiler.py12logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/utils/metadata.py28logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/utils/layer_stack.py18logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/utils/checkpoint_cloud.py8logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/utils/toolbox_notify.py15logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/utils/log_util.py32def set_log_dataset(name: str | None) -> None:CODE
LOWphoenix/xrex/utils/log_util.py36def set_log_row(record_id: int | None) -> None:CODE
LOWphoenix/xrex/utils/aot.py35logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/utils/ocdbt.py9logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/utils/log_timer.py7logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/utils/utils.py31logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/utils/gpu.py14logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/utils/gpu.py238def set_gpu_clocks_to_max() -> None:CODE
LOWphoenix/xrex/utils/profiler.py19logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/utils/checkpointing.py21logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/utils/nsys.py6logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/models/recsys_model.py74logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/models/recsys_embedding.py20logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/models/recsys_gen_recs_model.py41logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/models/loss_recsys.py11logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/models/recsys_two_tower_model.py64logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/configs/config_loader.py13logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/configs/config.py10logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/train/trainer_sid_retrieval.py20logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/train/trainer_gen_recs.py35logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/train/trainer.py76logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/train/embedding_loader.py22logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/train/trainer_recsys.py109logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/inference/model_runner.py275 def set_deadline_admission_enabled(self, enabled: bool) -> None: ...CODE
LOWphoenix/xrex/inference/model_runner.py277 def set_checkpoint_loading(self) -> None: ...CODE
LOWphoenix/xrex/inference/model_runner.py281 def set_checkpoint_timestamp(self, timestamp: float) -> None: ...CODE
LOWphoenix/xrex/inference/model_runner.py83logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/inference/metrics.py376 def set_pod_status(self, status: str) -> None:CODE
LOWphoenix/xrex/inference/pinned_d2h.py12logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/inference/sid_retrieval_runner.py35logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/inference/sid_retrieval_runner.py73 def _setup_sid_retrieval_jit(self) -> None:CODE
LOWphoenix/xrex/inference/serving_filters_runner.py42logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/inference/status_server.py14logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/inference/launch_inference.py31logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/inference/h2d.py20logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/inference/checkpoint_storage.py19logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/inference/gen_recs_runner.py29logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/inference/gen_recs_runner.py62 def _setup_gen_recs_jit(self) -> None:CODE
LOWphoenix/xrex/inference/sid_post_index.py15logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/eval/recsys_eval.py36logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/eval/recsys_eval.py612 def set_resolver(self, resolver: "SidBeamResolver") -> None:CODE
LOWphoenix/xrex/data/retrieval_dataset.py17logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/data/streaming/kafkaconsumer.py584 def update_partition_lag(self, partition: int, latest_offset: int, end_offset: int) -> None:CODE
LOWphoenix/xrex/data/streaming/kafkaconsumer.py231logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/data/streaming/kafkaconsumer.py680 def _update_increase_state(self, partition: int, lag_offsets: int) -> None:CODE
LOWphoenix/xrex/data/streaming/kafkaloader.py61logger = logging.getLogger(__name__)CODE
LOWphoenix/xrex/data/streaming/kafkadispatcherloader.py34logger = logging.getLogger(__name__)CODE
83 more matches not shown…
Deep Nesting156 hits · 143 pts
SeverityFileLineSnippetContext
LOWbdsm/runtime/batch_prefetcher.py109CODE
LOWbdsm/runtime/manhattan_arrow_adapter.py74CODE
LOWbdsm/runtime/gizmoduck_age.py51CODE
LOWbdsm/runtime/starter_pack_follows.py59CODE
LOWbdsm/runtime/login_starter_pack_counter.py60CODE
LOWbdsm/runtime/score_results_sink_focal.py269CODE
LOWbdsm/runtime/score_results_sink_focal.py799CODE
LOWbdsm/runtime/score_results_sink_focal.py1016CODE
LOWbdsm/runtime/score_results_sink_focal.py1078CODE
LOWbdsm/runtime/score_results_sink_focal.py1202CODE
LOWbdsm/runtime/score_results_sink_focal.py1292CODE
LOWbdsm/runtime/score_results_sink_focal.py1353CODE
LOWbdsm/runtime/score_results_sink_focal.py1437CODE
LOWbdsm/runtime/load_backbone.py9CODE
LOWbdsm/runtime/sequence_cache.py162CODE
LOWclip/utils/data_utils.py188CODE
LOW…aining/xai-checkpointing/xai_checkpointing/checksum.py340CODE
LOW…aining/xai-checkpointing/xai_checkpointing/checksum.py361CODE
LOW…n/training/xai-checkpointing/xai_checkpointing/load.py185CODE
LOW…n/training/xai-checkpointing/xai_checkpointing/load.py300CODE
LOW…n/training/xai-checkpointing/xai_checkpointing/load.py455CODE
LOW…/python/common/xai-gimmick/src/xai_gimmick/__init__.py11CODE
LOW…hon/common/xai-configlib/src/xai_configlib/__init__.py158CODE
LOW…hon/common/xai-configlib/src/xai_configlib/__init__.py254CODE
LOW…hon/common/xai-configlib/src/xai_configlib/__init__.py340CODE
LOW…hon/common/xai-configlib/src/xai_configlib/__init__.py401CODE
LOWphoenix/xrex/cutedsl/ranker_attention_varlen_fa4.py29CODE
LOWphoenix/xrex/cutedsl/ranker_fa4/mask.py65CODE
LOWphoenix/xrex/cutedsl/ranker_fa4/mask.py113CODE
LOWphoenix/xrex/cutedsl/ranker_fa4/mask.py345CODE
LOWphoenix/xrex/cutedsl/ranker_fa4/mask.py579CODE
LOWphoenix/xrex/cutedsl/ranker_fa4/mask.py1136CODE
LOWphoenix/xrex/cutedsl/ranker_fa4/mask.py1229CODE
LOWphoenix/xrex/cutedsl/ranker_fa4/mask.py1279CODE
LOW…oenix/xrex/cutedsl/ranker_fa4/flash_bwd_postprocess.py287CODE
LOWphoenix/xrex/cutedsl/ranker_fa4/flash_bwd_sm100.py1545CODE
LOWphoenix/xrex/cutedsl/ranker_fa4/flash_bwd_sm100.py1587CODE
LOWphoenix/xrex/cutedsl/ranker_fa4/flash_bwd_sm100.py2080CODE
LOWphoenix/xrex/cutedsl/ranker_fa4/flash_bwd_sm100.py2580CODE
LOWphoenix/xrex/cutedsl/ranker_fa4/flash_bwd_sm100.py3172CODE
LOWphoenix/xrex/cutedsl/ranker_fa4/flash_bwd_sm100.py3559CODE
LOWphoenix/xrex/cutedsl/ranker_fa4/block_sparse_utils.py361CODE
LOWphoenix/xrex/cutedsl/ranker_fa4/block_sparse_utils.py736CODE
LOWphoenix/xrex/cutedsl/ranker_fa4/block_sparse_utils.py1037CODE
LOWphoenix/xrex/cutedsl/ranker_fa4/block_sparse_utils.py1202CODE
LOWphoenix/xrex/cutedsl/ranker_fa4/flash_fwd_sm100.py1307CODE
LOWphoenix/xrex/cutedsl/ranker_fa4/flash_fwd_sm100.py1535CODE
LOWphoenix/xrex/cutedsl/ranker_fa4/flash_fwd_sm100.py1770CODE
LOWphoenix/xrex/cutedsl/ranker_fa4/flash_fwd_sm100.py2222CODE
LOWphoenix/xrex/cutedsl/ranker_fa4/flash_fwd_sm100.py2687CODE
LOWphoenix/xrex/cutedsl/ranker_fa4/softmax.py366CODE
LOWphoenix/xrex/cutedsl/ranker_fa4/softmax.py461CODE
LOWphoenix/xrex/cutedsl/ranker_fa4/softmax.py282CODE
LOWphoenix/xrex/utils/checkpoint_cloud.py28CODE
LOWphoenix/xrex/utils/aot.py453CODE
LOWphoenix/xrex/utils/aot.py482CODE
LOWphoenix/xrex/utils/utils.py277CODE
LOWphoenix/xrex/utils/jax_extensions.py143CODE
LOWphoenix/xrex/utils/jax_extensions.py201CODE
LOWphoenix/xrex/utils/tracer.py149CODE
96 more matches not shown…
Unused Imports105 hits · 104 pts
SeverityFileLineSnippetContext
LOWbdsm/training/train_head.py3CODE
LOWbdsm/runtime/metrics.py1CODE
LOWbdsm/runtime/labels.py1CODE
LOWbdsm/runtime/score_layout.py1CODE
LOWbdsm/runtime/feature_norm.py1CODE
LOWbdsm/runtime/model.py1CODE
LOWbdsm/runtime/gpu_scorer.py3CODE
LOWbdsm/runtime/loss.py1CODE
LOWbdsm/runtime/task_heads.py1CODE
LOWbdsm/runtime/load_backbone.py1CODE
LOWbdsm/runtime/heads.py1CODE
LOWbdsm/tests/test_score_layout.py1CODE
LOW…n/training/xai-checkpointing/xai_checkpointing/load.py22CODE
LOWphoenix/xrex/settings.py3CODE
LOWphoenix/xrex/cutedsl/ranker_attention_fa4.py3CODE
LOWphoenix/xrex/cutedsl/ranker_attention_varlen_fa4.py3CODE
LOWphoenix/xrex/driver/run.py3CODE
LOWphoenix/xrex/driver/hooks.py3CODE
LOWphoenix/xrex/driver/hooks.py65CODE
LOWphoenix/xrex/driver/driver.py3CODE
LOWphoenix/xrex/driver/driver.py22CODE
LOWphoenix/xrex/utils/metadata.py3CODE
LOWphoenix/xrex/utils/checkpoint_cloud.py3CODE
LOWphoenix/xrex/utils/toolbox_notify.py3CODE
LOWphoenix/xrex/utils/log_util.py16CODE
LOWphoenix/xrex/utils/aot.py3CODE
LOWphoenix/xrex/utils/utils.py3CODE
LOWphoenix/xrex/utils/recsys_async_emb_lookup.py3CODE
LOWphoenix/xrex/models/recsys_model.py3CODE
LOWphoenix/xrex/models/recsys_sid_retrieval_model.py3CODE
LOWphoenix/xrex/models/recsys_gen_recs_model.py3CODE
LOWphoenix/xrex/models/linear_layer.py3CODE
LOWphoenix/xrex/models/recsys_two_tower_serving_filters.py5CODE
LOWphoenix/xrex/models/recsys_feature_prep.py3CODE
LOWphoenix/xrex/models/layers.py23CODE
LOWphoenix/xrex/models/recsys_two_tower_model.py3CODE
LOWphoenix/xrex/models/topic_categories.py3CODE
LOWphoenix/xrex/optimizers/recsys/config.py3CODE
LOWphoenix/xrex/optimizers/recsys/rowwise_adagrad.py3CODE
LOWphoenix/xrex/optimizers/recsys/protocol.py3CODE
LOWphoenix/xrex/optimizers/recsys/__init__.py3CODE
LOWphoenix/xrex/optimizers/recsys/__init__.py4CODE
LOWphoenix/xrex/optimizers/recsys/__init__.py5CODE
LOWphoenix/xrex/optimizers/recsys/__init__.py5CODE
LOWphoenix/xrex/optimizers/recsys/__init__.py9CODE
LOWphoenix/xrex/optimizers/recsys/__init__.py9CODE
LOWphoenix/xrex/optimizers/recsys/__init__.py9CODE
LOWphoenix/xrex/optimizers/recsys/dense_optim.py3CODE
LOW…ix/xrex/optimizers/recsys/async_emb_gradient_update.py3CODE
LOWphoenix/xrex/configs/xrecsys_two_tower.py9CODE
LOWphoenix/xrex/configs/xrecsys.py7CODE
LOWphoenix/xrex/configs/xrecsys_gen_recs.py7CODE
LOWphoenix/xrex/configs/xrecsys_sid_variants.py3CODE
LOWphoenix/xrex/configs/xrecsys_sid_retrieval.py3CODE
LOWphoenix/xrex/pallas/ranker_attention_utils.py3CODE
LOWphoenix/xrex/pallas/ranker_attention_fa3.py3CODE
LOWphoenix/xrex/inference/pinned_d2h.py3CODE
LOWphoenix/xrex/inference/sid_retrieval_runner.py3CODE
LOWphoenix/xrex/inference/service_registry.py3CODE
LOWphoenix/xrex/inference/launch_inference.py23CODE
45 more matches not shown…
Over-Commented Block72 hits · 72 pts
SeverityFileLineSnippetContext
LOW…aining/xai-checkpointing/xai_checkpointing/__init__.py1# SPDX-License-Identifier: Apache-2.0COMMENT
LOWphoenix/python/common/xai-proto/xai_proto/__init__.py1# SPDX-License-Identifier: Apache-2.0COMMENT
LOWphoenix/xrex/__init__.py1# SPDX-License-Identifier: Apache-2.0COMMENT
LOWphoenix/xrex/cutedsl/__init__.py1# SPDX-License-Identifier: Apache-2.0COMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/mask.py1# BSD 3-Clause LicenseCOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/mask.py21# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLECOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/seqlen_info.py1# BSD 3-Clause LicenseCOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/seqlen_info.py21# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLECOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/blackwell_helpers.py1# BSD 3-Clause LicenseCOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/blackwell_helpers.py21# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLECOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/block_sparsity.py1# BSD 3-Clause LicenseCOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/block_sparsity.py21# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLECOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/pack_gqa.py1# BSD 3-Clause LicenseCOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/pack_gqa.py21# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLECOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/barrier.py1# BSD 3-Clause LicenseCOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/barrier.py21# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLECOMMENT
LOW…oenix/xrex/cutedsl/ranker_fa4/flash_bwd_postprocess.py1# BSD 3-Clause LicenseCOMMENT
LOW…oenix/xrex/cutedsl/ranker_fa4/flash_bwd_postprocess.py21# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLECOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/flash_bwd_sm100.py1# BSD 3-Clause LicenseCOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/flash_bwd_sm100.py21# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLECOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/named_barrier.py1# BSD 3-Clause LicenseCOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/named_barrier.py21# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLECOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/copy_utils.py1# BSD 3-Clause LicenseCOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/copy_utils.py21# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLECOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/__init__.py1# BSD 3-Clause LicenseCOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/__init__.py21# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLECOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/cute_dsl_utils.py1# BSD 3-Clause LicenseCOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/cute_dsl_utils.py21# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLECOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/utils.py1# BSD 3-Clause LicenseCOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/utils.py21# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLECOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/pipeline.py1# BSD 3-Clause LicenseCOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/pipeline.py21# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLECOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/block_sparse_utils.py1# BSD 3-Clause LicenseCOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/block_sparse_utils.py21# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLECOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/fa_logging.py1# BSD 3-Clause LicenseCOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/fa_logging.py21# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLECOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/block_info.py1# BSD 3-Clause LicenseCOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/block_info.py21# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLECOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/flash_fwd_sm100.py1# BSD 3-Clause LicenseCOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/flash_fwd_sm100.py21# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLECOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/flash_fwd_sm100.py41# 2. Redistributions in binary form must reproduce the above copyright notice,COMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/mma_sm100_desc.py1# BSD 3-Clause LicenseCOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/mma_sm100_desc.py21# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLECOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/mma_sm100_desc.py41# 2. Redistributions in binary form must reproduce the above copyright notice,COMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/tile_scheduler.py1# BSD 3-Clause LicenseCOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/tile_scheduler.py21# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLECOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/softmax.py1# BSD 3-Clause LicenseCOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/softmax.py21# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLECOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/fast_math.py1# BSD 3-Clause LicenseCOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/fast_math.py21# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLECOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/paged_kv.py1# BSD 3-Clause LicenseCOMMENT
LOWphoenix/xrex/cutedsl/ranker_fa4/paged_kv.py21# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLECOMMENT
LOWphoenix/xrex/driver/__init__.py1# SPDX-License-Identifier: Apache-2.0COMMENT
LOWphoenix/xrex/cuda/async_emb/__init__.py1# SPDX-License-Identifier: Apache-2.0COMMENT
LOWphoenix/xrex/cuda/async_emb/src/async_emb_comm.hpp1#pragma onceCOMMENT
LOWphoenix/xrex/utils/__init__.py1# SPDX-License-Identifier: Apache-2.0COMMENT
LOWphoenix/xrex/models/__init__.py1# SPDX-License-Identifier: Apache-2.0COMMENT
LOWphoenix/xrex/optimizers/__init__.py1# SPDX-License-Identifier: Apache-2.0COMMENT
LOWphoenix/xrex/configs/__init__.py1# SPDX-License-Identifier: Apache-2.0COMMENT
LOWphoenix/xrex/pallas/ranker_attention.py1# Copyright 2023 The jax_triton Authors.COMMENT
12 more matches not shown…
AI Structural Patterns47 hits · 43 pts
SeverityFileLineSnippetContext
LOWbdsm/runtime/batch_prefetcher.py109CODE
LOWclip/config.py8CODE
LOWclip/datasets/language_image_dataset.py13CODE
LOW…n/training/xai-checkpointing/xai_checkpointing/load.py455CODE
LOW…hon/common/xai-configlib/src/xai_configlib/__init__.py96CODE
LOWphoenix/xrex/cutedsl/ranker_fa4/mask.py345CODE
LOWphoenix/xrex/cutedsl/ranker_fa4/mask.py579CODE
LOWphoenix/xrex/cutedsl/ranker_fa4/mask.py863CODE
LOWphoenix/xrex/cutedsl/ranker_fa4/mask.py1226CODE
LOWphoenix/xrex/cutedsl/ranker_fa4/seqlen_info.py107CODE
LOWphoenix/xrex/cutedsl/ranker_fa4/flash_bwd_sm100.py77CODE
LOWphoenix/xrex/cutedsl/ranker_fa4/flash_bwd_sm100.py428CODE
LOWphoenix/xrex/cutedsl/ranker_fa4/flash_fwd_sm100.py204CODE
LOWphoenix/xrex/cutedsl/ranker_fa4/flash_fwd_sm100.py437CODE
LOWphoenix/xrex/utils/metrics.py147CODE
LOWphoenix/xrex/utils/log_util.py98CODE
LOWphoenix/xrex/utils/checkpointing.py213CODE
LOWphoenix/xrex/models/recsys_model.py968CODE
LOWphoenix/xrex/models/recsys_model.py1050CODE
LOWphoenix/xrex/models/recsys_model.py1265CODE
LOWphoenix/xrex/models/recsys_model.py1619CODE
LOWphoenix/xrex/models/recsys_model.py2096CODE
LOWphoenix/xrex/models/recsys_two_tower_serving_filters.py17CODE
LOWphoenix/xrex/models/transformer.py530CODE
LOWphoenix/xrex/models/transformer.py596CODE
LOWphoenix/xrex/models/layers.py81CODE
LOWphoenix/xrex/models/recsys_two_tower_model.py512CODE
LOWphoenix/xrex/pallas/ranker_attention.py170CODE
LOWphoenix/xrex/pallas/attention.py131CODE
LOWphoenix/xrex/pallas/ranker_attention_varlen.py391CODE
LOWphoenix/xrex/pallas/ranker_attention_v2.py328CODE
LOWphoenix/xrex/pallas/ranker_attention_v2.py442CODE
LOWphoenix/xrex/pallas/ranker_attention_fa3.py1553CODE
LOWphoenix/xrex/inference/model_runner.py721CODE
LOWphoenix/xrex/data/parquet_recsys.py245CODE
LOWphoenix/xrex/data/recsys/recsys_batch.py340CODE
LOWphoenix/xrex/data/streaming/kafkaconsumer.py1151CODE
LOWphoenix/reference/sid_codebook.py388CODE
LOWphoenix/reference/mm_encoder.py270CODE
LOWphoenix/reference/_sid_proto/sid_lookup_pb2_grpc.py62CODE
LOWadult-content/config.py8CODE
LOWadult-content/calibration.py46CODE
LOWgrox/core/plans/plan_master.py27CODE
LOWgrox/core/lm/post.py17CODE
LOWgrox/flows/reply_spam/classifier_coordinated_spam.py151CODE
LOWgrox/flows/reply_spam/classifier_reply_ranking.py107CODE
LOWpnsfwmedia/model_experimental.py105CODE
Cross-Language Confusion1 hit · 5 pts
SeverityFileLineSnippetContext
HIGHphoenix/xrex/data/streaming/kafkaloader.py742 if rb.schema.equals(target_schema):CODE
Fake / Example Data1 hit · 1 pts
SeverityFileLineSnippetContext
LOWscarecrow/function/ActionIntakeServiceRegistry.scala64 "placeholder",CODE